mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
19 lines
691 B
JSON
19 lines
691 B
JSON
{
|
|
"version": "2.5.0",
|
|
"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.5.0/apktool_2.5.0.jar#/apktool.jar",
|
|
"hash": "b392d7cb99b592e9c5acc3c06f1b0f180edde96c66b86b3d6932b7c0c4079fe4",
|
|
"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"
|
|
}
|
|
}
|
|
}
|