Kris Schneider 0b7a3cf36c
gum: Fixed bin to be more accurate with the application name. (#4237)
* Rename gum.json to gm.json, gm: Fixed `bin` to be more accurate with the application

Reason: I am about to implement a package in Scoop called **gum** by charmbracelot

* Rename gm.json to gum.json
2022-12-18 13:59:58 +05:30

32 lines
1.2 KiB
JSON

{
"version": "0.12.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.12.0/gm_Windows_x86_64.zip",
"hash": "sha512:5f0e51eebdb782bdc92941fc5071bf656bbe59ec9611c4ffd7bb7e0bcbce652725e65df93e8d1e9f1c2ca6d6dfcc1517a3fba96ef9f6fa12c68d03ad1b235a46"
},
"32bit": {
"url": "https://github.com/kordamp/gm/releases/download/v0.12.0/gm_Windows_i386.zip",
"hash": "sha512:bd939cdf8582eee248de5819a5d09f862242e2197b5109328389cb1d0b549ea38251a328ebee6679afa0ba3a987c7c137bc9ff3836c125825147d3f434771ec3"
}
},
"bin": "gm.exe",
"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"
}
}
}