gum: Add version 0.4.0 (#1156)

* gum: Add version 0.3.0

* gum: Add version 0.4.0
This commit is contained in:
Aleš Najmann 2020-07-01 15:30:56 +02:00 committed by GitHub
parent 717fda1f95
commit 67b2e1b974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

36
bucket/gum.json Normal file
View File

@ -0,0 +1,36 @@
{
"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"
}
}
}