mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
gum: Add version 0.4.0 (#1156)
* gum: Add version 0.3.0 * gum: Add version 0.4.0
This commit is contained in:
parent
717fda1f95
commit
67b2e1b974
36
bucket/gum.json
Normal file
36
bucket/gum.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user