mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-03 22:11:19 +00:00
18 lines
662 B
JSON
18 lines
662 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|