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 e17e049
This commit is contained in:
parent
a0254635fb
commit
152ea632c2
4 changed files with 24 additions and 6 deletions
|
@ -752,10 +752,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
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|
||||||
[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/c5617e8
|
[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/e17e049
|
||||||
[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/c5617e8/README.md
|
[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/e17e049/README.md
|
||||||
[adb-issue]: https://github.com/hassio-addons/addon-adb/issues
|
[adb-issue]: https://github.com/hassio-addons/addon-adb/issues
|
||||||
[adb-version-shield]: https://img.shields.io/badge/version-c5617e8-blue.svg
|
[adb-version-shield]: https://img.shields.io/badge/version-e17e049-blue.svg
|
||||||
[adb-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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
|
[adb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[adb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[adb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||||
|
|
|
@ -1,4 +1,22 @@
|
||||||
# Changelog since v0.8.0
|
# Changelog since v0.8.0
|
||||||
|
- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 (#57)
|
||||||
|
|
||||||
|
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
|
||||||
|
- [Release notes](https://github.com/actions/cache/releases)
|
||||||
|
- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8)
|
||||||
|
|
||||||
|
Signed-off-by: dependabot[bot] <support@github.com>
|
||||||
|
|
||||||
|
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||||
|
- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 (#55)
|
||||||
|
|
||||||
|
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from v1.0.1 to v1.0.2.
|
||||||
|
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
|
||||||
|
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1.0.1...25f0500ff22e406f7191a2a8ba8cda16901ca018)
|
||||||
|
|
||||||
|
Signed-off-by: dependabot[bot] <support@github.com>
|
||||||
|
|
||||||
|
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||||
- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 (#56)
|
- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 (#56)
|
||||||
|
|
||||||
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.1.1 to v1.1.2.
|
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.1.1 to v1.1.2.
|
||||||
|
|
|
@ -60,5 +60,5 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-%20!%20DEPRECATED%20%20%20!-ff0000.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-%20!%20DEPRECATED%20%20%20!-ff0000.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-c5617e8-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-e17e049-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-adb/tree/c5617e8
|
[release]: https://github.com/hassio-addons/addon-adb/tree/e17e049
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "ADB - Android Debug Bridge",
|
"name": "ADB - Android Debug Bridge",
|
||||||
"stage": "deprecated",
|
"stage": "deprecated",
|
||||||
"version": "c5617e8",
|
"version": "e17e049",
|
||||||
"slug": "adb",
|
"slug": "adb",
|
||||||
"description": "The Android Debug Bridge server program",
|
"description": "The Android Debug Bridge server program",
|
||||||
"url": "https://github.com/hassio-addons/addon-adb",
|
"url": "https://github.com/hassio-addons/addon-adb",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue