mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
* uber-apk-signer: Add version 1.2.1 * update Co-authored-by: linsui <linsui555@gmail.com>
23 lines
833 B
JSON
23 lines
833 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/oraclejdk",
|
|
"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"
|
|
}
|
|
}
|
|
}
|