mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
* remove oraclejdk references * remove oraclejdk reference * remove oraclejdk reference * replace single item arrays with simple strings
20 lines
779 B
JSON
20 lines
779 B
JSON
{
|
|
"version": "1.2.1",
|
|
"description": "Signing and zip aligning tool for Android application packages",
|
|
"homepage": "https://github.com/patrickfav/uber-apk-signer",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"JDK": "java/openjdk"
|
|
},
|
|
"url": "https://github.com/patrickfav/uber-apk-signer/releases/download/v1.2.1/uber-apk-signer-1.2.1.jar#/uber-apk-signer.jar",
|
|
"hash": "47ae984df200afbae292d6f950e517afb445d3c902a1edc7717a82c513c5e772",
|
|
"bin": "uber-apk-signer.jar",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/patrickfav/uber-apk-signer/releases/download/v$version/uber-apk-signer-$version.jar#/uber-apk-signer.jar",
|
|
"hash": {
|
|
"url": "$baseurl/checksum-sha256.txt"
|
|
}
|
|
}
|
|
}
|