mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-07 16:01:20 +00:00
19 lines
691 B
JSON
19 lines
691 B
JSON
{
|
|
"version": "2.9.2",
|
|
"description": "A tool for reverse engineering Android apk files",
|
|
"homepage": "https://ibotpeaches.github.io/Apktool/",
|
|
"license": "Apache-2.0",
|
|
"url": "https://github.com/iBotPeaches/Apktool/releases/download/v2.9.2/apktool_2.9.2.jar#/apktool.jar",
|
|
"hash": "831f0ffc97b6f20f511d6183cbf6785464d341aacb0fb7e6f22ef0c7b228911a",
|
|
"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"
|
|
}
|
|
}
|
|
}
|