apktool: 2.3.4 bump

This commit is contained in:
blshkv 2018-09-10 10:20:23 +08:00
parent c7bc2b6ef3
commit 309aad90c4
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 2 additions and 32 deletions

View file

@ -1,3 +1,2 @@
DIST apktool-2.3.1.jar 5947943 BLAKE2B 11ccecdb1765bc27cfc517d12dd1e3a3c5b0c6be83004fb8f1700b4c167740b41062a12267d0b0eb8058e4b870309508215a0a307bee31840387cb26b9d27211 SHA512 eca5aac72d64e9d23c74acd52588d89a786bd244922f8c5a228c64e40d4fc38adf93881339cb3a9ca2c2f44aec7917fa88860de8751fe87053d9224ddf1de9f5
DIST apktool-2.3.2.jar 9302324 BLAKE2B df48bafffa158e8166266f979c7889a3041ce28a334578ff39d8a08622f0fdf8547883bcab46adcab218704ec00e8a5056d08ab03df571bca7838a3c0b678982 SHA512 560f8f857a1e96112c169a3903d4eb66e1bccfe177cb22476d69c6043309c9dd85795930fc42c544f1bfa16cab5b73c51d9955ca0d25a1a78d3c6f6dd90ddc61
DIST apktool-2.3.3.jar 9302116 BLAKE2B 9017cab79bec224c44f0d7acf33b342f2a07f576d478f979c0d5c901a6952013fa9b9c58044535a22363525d3f92ed6ec57dc461e31d04434cc59fff0bb9a082 SHA512 eb519a94a4aecc1358f4a1cc84e03c772d8b59edf8b5e37956a756f0cc2673c5d9d976ad6796543db74cf187763077b4bbcd0519e7f7be845c0e9874d4862353
DIST apktool-2.3.4.jar 11003267 BLAKE2B 4ee9d5b4d69ecb74eb54db991366ee4b31985bcfe599dbee9a5a27cd644fa4188c831968581e2a9f40e8c0004349f3c7f41d97855f85bfd1ac57aa57f4cd143d SHA512 6503fe3e80f83b09e07e97d7888a7fa686e46b0e7a8501de13e134047cd0533bb3ce80f776e63ee4056eae77dad991481bc68dd423fae69766bad11157e253f3

View file

@ -1,30 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="A tool for reengineering 3rd party, closed, binary Android apps."
HOMEPAGE="http://ibotpeaches.github.io/Apktool/"
SRC_URI="https://bitbucket.org/iBotPeaches/apktool/downloads/${PN}_${PV}.jar -> ${P}.jar"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="|| ( virtual/jre virtual/jdk )
dev-util/android-sdk-update-manager"
S="${WORKDIR}"
src_unpack() {
dodir "${S}"
cp -L "${DISTDIR}/${A}" "${S}/${PN}.jar" || die
}
src_install() {
dobin "${FILESDIR}/apktool"
insinto "/opt/${PN}/"
doins apktool.jar
}

View file

@ -6,6 +6,7 @@ EAPI=6
DESCRIPTION="A tool for reengineering 3rd party, closed, binary Android apps."
HOMEPAGE="http://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"
LICENSE="Apache-2.0"
SLOT="0"