From c2413ee0a2cae2ff0de933bbd88d25a7bf12f419 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 6 May 2019 22:50:11 +0200 Subject: [PATCH] Add apktool version 2.4.0 close https://github.com/lukesampson/scoop/issues/3439 --- bucket/apktool.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bucket/apktool.json diff --git a/bucket/apktool.json b/bucket/apktool.json new file mode 100644 index 0000000000..28fffabf3c --- /dev/null +++ b/bucket/apktool.json @@ -0,0 +1,17 @@ +{ + "homepage": "https://ibotpeaches.github.io/Apktool/", + "description": "A tool for reverse engineering Android apk files", + "version": "2.4.0", + "url": "https://github.com/iBotPeaches/Apktool/releases/download/v2.4.0/apktool_2.4.0.jar#/apktool.jar", + "hash": "a0f116e8916d6f21160e1559847bb8b8c32ee71900f321cafeadbe37b87ebcc1", + "checkver": { + "github": "https://github.com/iBotPeaches/Apktool" + }, + "bin": "apktool.jar", + "autoupdate": { + "url": "https://github.com/iBotPeaches/Apktool/releases/download/v$version/apktool_$version.jar#/apktool.jar", + "hash": { + "url": "$url.sha256" + } + } +}