diff --git a/README.md b/README.md index 3aa420e9a..cd3c65461 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Let me know if any initial depencies are missing. I test fresh installs once in ~~- user-agents~~ ~~- ifaddr~~ ~~- libusb1~~ - - adb-homeassistant + ~~- adb-homeassistant~~ - firetv - envs - Create a mechanism to check [requirements_all.txt](https://raw.githubusercontent.com/home-assistant/home-assistant/dev/requirements_all.txt) against this repo. diff --git a/dev-python/adb-homeassistant/Manifest b/dev-python/adb-homeassistant/Manifest index fcd8d7a1f..179a0e8f8 100644 --- a/dev-python/adb-homeassistant/Manifest +++ b/dev-python/adb-homeassistant/Manifest @@ -1,3 +1,3 @@ DIST adb-homeassistant-1.3.1.tar.gz 27740 BLAKE2B 2a4ac59acca2d5995299678427133421f82b5c3193b03969bb529bb25c727adb5a1e8d0ee949b346d4c6ecfac562a08283d9f2cb3bde5dfb7a1b1b1d1d7e03e4 SHA512 b7e0d259086bd6b21da0ae66f96e49f629e9c7a7eb4219f2bb2280e698d0a14021c955fa6be0e49dd63d1c3104eb313be3f000381e8474031d066a5550c21f50 -EBUILD adb-homeassistant-1.3.1.ebuild 810 BLAKE2B bebd88cbb5c8a74b77840191dfa14f28105c2bcd11f7151984919e1fe80364721535bd8d25c2e8c8e90756ceda33756a05f6d17a6f09fed2a3116100a12e4210 SHA512 4d6ecfa295bb6bf92d0a5d4f7774a4ffcc28ad05c3641590bd3f0610b196f04f70dca23ff9be215c5beb88c35635b9b5670e19b20fa00aff3eda25b6e8a0aebd +EBUILD adb-homeassistant-1.3.1.ebuild 664 BLAKE2B c50faeace3932c16004ee5c02c19601bffd88375bd78fbb1464bb1e5bab71a032329342dd817666c2fc76291917d3922e832d29d1e9cab326b782b23f8b0d4d0 SHA512 d5ffac6da6f6e98b6d5b4efe6385a55ac5b4e8a558013375e9b2981c0e4cefa03b1f8c2dfa703325bd7fa9de0832981faaef097bfdf4f9f7c39c55c0b1af6018 MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af diff --git a/dev-python/adb-homeassistant/adb-homeassistant-1.3.1.ebuild b/dev-python/adb-homeassistant/adb-homeassistant-1.3.1.ebuild index 747ec7b99..a9963c186 100644 --- a/dev-python/adb-homeassistant/adb-homeassistant-1.3.1.ebuild +++ b/dev-python/adb-homeassistant/adb-homeassistant-1.3.1.ebuild @@ -9,8 +9,7 @@ inherit distutils-r1 DESCRIPTION="A pure python implementation of the Android ADB and Fastboot protocols" HOMEPAGE="https://github.com/google/python-adb" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" -SRC_URI="https://files.pythonhosted.org/packages/54/82/cb640008d741b15e0206d5a6b36ba7304b9c0a821c1e8bdd7165680a8e34/adb-homeassistant-1.3.1.tar.gz" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0"