diff options
-rw-r--r-- | dev-util/apktool/Manifest | 2 | ||||
-rw-r--r-- | dev-util/apktool/apktool-2.8.1.ebuild (renamed from dev-util/apktool/apktool-2.7.0.ebuild) | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/dev-util/apktool/Manifest b/dev-util/apktool/Manifest index fb68301..37c38e5 100644 --- a/dev-util/apktool/Manifest +++ b/dev-util/apktool/Manifest @@ -1 +1 @@ -DIST apktool-2.7.0.jar 23171720 BLAKE2B 9ae90ecd9482464a342d94152d5de05f8d90b0edfb07c6e7181f578f5f8661f180a3676045f720b006be735b19b01989e0ed6aeed809d38766aba5dc46aac81d SHA512 6593a7e8ff220f03f4c78cb3c832a6ab7d593936b43dac214a3c607ec9a7db96f115ec5b37a6f0260cf43fc4eccdf7e97f6c5e5c5dbbfac921b42f2844274006 +DIST apktool_2.8.1.jar 23137816 BLAKE2B 0d2ba1df7475d7fcd87201305ae48e5541cda51491b99cc09d5ecfd14ec6a389e40a47d857dc5e9f8e8db387934e1050684a013d6b6e2bb58bd18a3e3671cc94 SHA512 f6268c7103e6c2a10416fc039ba087b9129a699136ff172fd5e386d46c6a1ab24e4bb0562a4e6862f0f2201877caa404ea7afc6a08501d3da890bd9fdb086c8f diff --git a/dev-util/apktool/apktool-2.7.0.ebuild b/dev-util/apktool/apktool-2.8.1.ebuild index 99a6f29..17e6e5e 100644 --- a/dev-util/apktool/apktool-2.7.0.ebuild +++ b/dev-util/apktool/apktool-2.8.1.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="A tool for reengineering 3rd party, closed, binary Android apps" HOMEPAGE="https://ibotpeaches.github.io/Apktool/" -SRC_URI="https://bitbucket.org/iBotPeaches/apktool/downloads/${PN}_${PV}.jar -> ${P}.jar" -#SRC_URI="https://github.com/iBotPeaches/Apktool/releases/download/v${PV}/apktool_${PV}.jar" +SRC_URI="https://github.com/iBotPeaches/Apktool/releases/download/v${PV}/apktool_${PV}.jar" LICENSE="Apache-2.0" SLOT="0" |