mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"version": "0.11.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.11.0/gm_Windows_x86_64.zip",
|
|
"hash": "sha512:3682ef3ef063f327a9ff6699e5b4098cc26faca34487d41de56d978e0564e6761693d548e34976114234668c87cf086cac641d027b39339080ade662a1721234"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/kordamp/gm/releases/download/v0.11.0/gm_Windows_i386.zip",
|
|
"hash": "sha512:16e5b7a6091d408f71b187a2d498a96d013123d1f031ebdcb591038b06fbd8e1996dba3acb72e46718b6c0701421c22d26bd77477a82207a8d3b09094dc10004"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|