mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"version": "0.9.0",
|
|
"description": "Gradle/Maven wrapper",
|
|
"homepage": "https://github.com/kordamp/gm",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kordamp/gm/releases/download/v0.9.0/gm_Windows_x86_64.zip",
|
|
"hash": "sha512:9bd0a0648ffb522f8d201a8dd2c450626b7b4ef4c0658ba4b27845537dac9edcc17456a5aa264105ce9e72f2ea616d43c8d18caa1372c83172e7a838e2f1a27b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/kordamp/gm/releases/download/v0.9.0/gm_Windows_i386.zip",
|
|
"hash": "sha512:ff9a9bf414827d78d85fa877e37a261f554a034efbb5271177455d4f270aadf272f8ab1204cc18cc9963016c286556c7c8dfe1616d77355549720fcc3964bd8a"
|
|
}
|
|
},
|
|
"bin": [
|
|
[
|
|
"gm.exe",
|
|
"gum"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kordamp/gm/releases/download/v$version/gm_Windows_x86_64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/kordamp/gm/releases/download/v$version/gm_Windows_i386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|