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