mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
Apktool: update to 2.12.0.
This commit is contained in:
parent
f0b6eb887d
commit
24d31d6a84
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'Apktool'
|
# Template file for 'Apktool'
|
||||||
pkgname=Apktool
|
pkgname=Apktool
|
||||||
version=2.11.1
|
version=2.12.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="openjdk11 gradle"
|
hostmakedepends="openjdk11 gradle"
|
||||||
depends="virtual?java-runtime"
|
depends="virtual?java-runtime"
|
||||||
|
@ -10,10 +10,11 @@ license="Apache-2.0"
|
||||||
homepage="https://apktool.org"
|
homepage="https://apktool.org"
|
||||||
changelog="https://github.com/iBotPeaches/Apktool/releases"
|
changelog="https://github.com/iBotPeaches/Apktool/releases"
|
||||||
distfiles="https://github.com/iBotPeaches/Apktool/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/iBotPeaches/Apktool/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=1c1ac3add61c5d9043b5efdb228fbd2be7c3bd329bb6ed82228eedacef90bcb9
|
checksum=d87a589778d4369362a99c83a67ca3d365891395aba1be1b85dbf04e72cd3298
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
gradle --no-daemon build shadowJar
|
# test task disabled, see https://github.com/iBotPeaches/Apktool/issues/3901
|
||||||
|
gradle --no-daemon build shadowJar --exclude-task test
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue