mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
19 lines
691 B
JSON
19 lines
691 B
JSON
{
|
|
"version": "2.9.3",
|
|
"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.3/apktool_2.9.3.jar#/apktool.jar",
|
|
"hash": "7956eb04194300ce0d0a84ad18771eebc94b89fb8d1ddcce8ea4c056818646f4",
|
|
"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"
|
|
}
|
|
}
|
|
}
|