apktool: update to 2.6.1

This commit is contained in:
Henrik Grimler 2022-03-10 20:47:48 +01:00
parent d7d3df0d25
commit cc29f69cc9
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
2 changed files with 5 additions and 6 deletions

View File

@ -1,9 +1,9 @@
--- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/AndrolibResources.java
+++ b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/AndrolibResources.java
--- ./brut.apktool/apktool-lib/src/main/java/brut/androlib/res/AndrolibResources.java.orig 2022-03-10 19:37:24.234161363 +0000
+++ ./brut.apktool/apktool-lib/src/main/java/brut/androlib/res/AndrolibResources.java 2022-03-10 19:42:14.930489168 +0000
@@ -611,7 +611,7 @@
throws AndrolibException {
String aaptPath = apkOptions.aaptPath;
String aaptPath = buildOptions.aaptPath;
- boolean customAapt = !aaptPath.isEmpty();
+ boolean customAapt = true;
List<String> cmd = new ArrayList<>();

View File

@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://ibotpeaches.github.io/Apktool/
TERMUX_PKG_DESCRIPTION="A tool for reverse engineering 3rd party, closed, binary Android apps"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.6.0
TERMUX_PKG_REVISION=2
TERMUX_PKG_VERSION=2.6.1
TERMUX_PKG_SRCURL=https://github.com/iBotPeaches/Apktool/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=74739cdb1434ca35ec34e51ca7272ad3f378ae3ed0a2d5805d9a2fab5016037f
TERMUX_PKG_SHA256=8932e77d963b9e0e07227422d82ed4a355e8aa268bad1361e5cfaffa8e4d52ee
TERMUX_PKG_DEPENDS="aapt, aapt2, openjdk-17"
TERMUX_PKG_BUILD_IN_SRC=true