mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-04 23:14:27 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"version": "0.6.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.6.0/gm_Windows_x86_64.zip",
|
|
"hash": "sha512:1e453de95b2a538b99829509fefc02988f6b740bb3798c2d01719adeeac33ca121bc8f791765082727aaeee7f108bdbd57b9b645545a16d57ee49d5522339469"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/kordamp/gm/releases/download/v0.6.0/gm_Windows_i386.zip",
|
|
"hash": "sha512:fdb3cad38508d567ba927c5448584654fc6b7a2d00a4f362a4a7802fbe790f8f71a44fce195062ad8a4ccdf6950dbed4e545771dffe52f2d3a3d8ed1cc5da7d9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|