mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 20:21:32 +00:00
⬆️ Updating add-on ADB - Android Debug Bridge to 521a59a
This commit is contained in:
parent
7d2419043c
commit
b3d0985f2f
4 changed files with 13 additions and 27 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/85b97f5
|
[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/521a59a
|
||||||
[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/85b97f5/README.md
|
[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/521a59a/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-85b97f5-blue.svg
|
[adb-version-shield]: https://img.shields.io/badge/version-521a59a-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,24 +1,10 @@
|
||||||
# Changelog since v0.6.3
|
# Changelog since v0.7.0
|
||||||
- Upgrade add-on base image to 6.1.0 (#33)
|
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 (#35)
|
||||||
|
|
||||||
* Upgrade add-on base image to 6.1.0
|
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from v1.3.1 to v1.4.
|
||||||
|
- [Release notes](https://github.com/frenck/action-addon-linter/releases)
|
||||||
|
- [Commits](https://github.com/frenck/action-addon-linter/compare/v1.3.1...c82c5e9ca0ce5fc9b15756f1c0e39531b95d11b0)
|
||||||
|
|
||||||
* Fix versions
|
Signed-off-by: dependabot[bot] <support@github.com>
|
||||||
|
|
||||||
* And I didn't even drink yet.. :S
|
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||||
- Add new repository workflow (#32)
|
|
||||||
|
|
||||||
* Add new repository workflow
|
|
||||||
|
|
||||||
* Prettified Code!
|
|
||||||
|
|
||||||
* Migrate Docker build arguments
|
|
||||||
|
|
||||||
* Documentation tweaks
|
|
||||||
|
|
||||||
* Address add-on lint errors
|
|
||||||
|
|
||||||
Co-authored-by: frenck <frenck@users.noreply.github.com>
|
|
||||||
- Upgrade Code of Conduct (#31)
|
|
||||||
- Happy New Year (#30)
|
|
||||||
- Cleanup repository (#29)
|
|
||||||
|
|
|
@ -45,5 +45,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-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-85b97f5-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-521a59a-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-adb/tree/85b97f5
|
[release]: https://github.com/hassio-addons/addon-adb/tree/521a59a
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ADB - Android Debug Bridge",
|
"name": "ADB - Android Debug Bridge",
|
||||||
"version": "85b97f5",
|
"version": "521a59a",
|
||||||
"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