mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://github.com/kordamp/gm",
|
|
"description": "Gum is a Gradle/Maven wrapper",
|
|
"version": "0.4.0",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/kordamp/gm/releases/download/v0.4.0/gm_Windows_i386.zip",
|
|
"hash": "sha512:ffa52b1c3dd54c1c2f9f6451164b99cc1d7d21db1d0475f390f3937bfa1590b23f0bbdce0bfd085f1f005ae550478582700933a6ab466f0d29315004be7d137d"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/kordamp/gm/releases/download/v0.4.0/gm_Windows_x86_64.zip",
|
|
"hash": "sha512:9ffbdd4f3b54be8453f25b92061e67bb714f321fa6f26733c0488b9e568aac471b418d2b0785962809379d06e6ce53d660e59fb032abaaf911c6d80d42dc4662"
|
|
}
|
|
},
|
|
"bin": [
|
|
[
|
|
"gm.exe",
|
|
"gum"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/kordamp/gm/releases/download/v$version/gm_Windows_i386.zip"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/kordamp/gm/releases/download/v$version/gm_Windows_x86_64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|