mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on ADB - Android Debug Bridge to 2885aed
This commit is contained in:
parent
33a615aa52
commit
ed93ecf665
4 changed files with 12 additions and 15 deletions
|
@ -725,10 +725,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/00960fa
|
||||
[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/00960fa/README.md
|
||||
[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/2885aed
|
||||
[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/2885aed/README.md
|
||||
[adb-issue]: https://github.com/hassio-addons/addon-adb/issues
|
||||
[adb-version-shield]: https://img.shields.io/badge/version-00960fa-blue.svg
|
||||
[adb-version-shield]: https://img.shields.io/badge/version-2885aed-blue.svg
|
||||
[adb-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/adb-amd64.svg
|
||||
[adb-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[adb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
# Changelog since v0.3.0
|
||||
# Changelog since v0.3.1
|
||||
|
||||
2019/04/14 21:58 UTC - [00960fa](https://github.com/hassio-addons/addon-adb/commit/00960fa9e7a4b5881aa78397494cd8937b3d0ca8) by [@frenck](https://github.com/frenck)
|
||||
> :hammer: Simplifies add-on code logic
|
||||
2019/05/06 10:16 UTC - [2885aed](https://github.com/hassio-addons/addon-adb/commit/2885aed7445931a2473dedc9980588d21d519000) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades adb to 1:8.1.0+r23-5~18.04
|
||||
|
||||
2019/04/14 21:58 UTC - [9b971c2](https://github.com/hassio-addons/addon-adb/commit/9b971c29a1dee804eb84890d9d67bf32b6aa8d21) by [@frenck](https://github.com/frenck)
|
||||
> :sparkles: Adds network port description
|
||||
|
||||
2019/04/14 21:58 UTC - [50da970](https://github.com/hassio-addons/addon-adb/commit/50da97076c41af809c62b7bff8621a076090cee7) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades base image to v3.1.0
|
||||
2019/05/06 10:16 UTC - [87a6f94](https://github.com/hassio-addons/addon-adb/commit/87a6f944ea7ff00e0b5a4ed03362581700a261df) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades add-on base image to 3.1.1
|
||||
|
||||
|
|
|
@ -41,12 +41,12 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-adb/blob/00960fa/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-adb/blob/2885aed/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-adb-android-debug-bridge/96375?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
|
||||
[patreon-shield]: https://www.frenck.nl/images/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-00960fa-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-adb/tree/00960fa
|
||||
[release-shield]: https://img.shields.io/badge/version-2885aed-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-adb/tree/2885aed
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ADB - Android Debug Bridge",
|
||||
"version": "00960fa",
|
||||
"version": "2885aed",
|
||||
"slug": "adb",
|
||||
"description": "The Android Debug Bridge server program",
|
||||
"url": "https://github.com/hassio-addons/addon-adb",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue