mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
19 lines
691 B
JSON
19 lines
691 B
JSON
{
|
|
"version": "2.7.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.7.0/apktool_2.7.0.jar#/apktool.jar",
|
|
"hash": "c11b5eb518d9ac2ab18e959cbe087499079072b04d567cdcae5ceb447f9a7e7d",
|
|
"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"
|
|
}
|
|
}
|
|
}
|