mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"version": "0.10.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.10.0/gm_Windows_x86_64.zip",
|
|
"hash": "sha512:fcd3bb0644b80f532a7374847f7550780334d0d998ba0acfec01a571611535439d67f0afa4c500f38cb08d81120293d25ec49208bca60939fe286488718e9ab4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/kordamp/gm/releases/download/v0.10.0/gm_Windows_i386.zip",
|
|
"hash": "sha512:e32c7c66047aff28ce0781c09e848493e95f4b670a4c14a298315eafdd849b1a4b1762197bc78d59b51aca9c65403957d54514e80047731f3e27be3dbdee2e72"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|