mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
Add gomake 2.1.3 (#3186)
This commit is contained in:
parent
a99f2c8b92
commit
f2c0a6983a
24
gomake.json
Normal file
24
gomake.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"version": "2.1.3",
|
||||
"description": "Cross platform build tool / task runner.",
|
||||
"homepage": "https://github.com/brad-jones/gomake/",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/brad-jones/gomake/releases/download/v2.1.3/gomake_windows_amd64.zip",
|
||||
"hash": "bbe90be48f75d95489c7b6db8ac5a2dc0b73108ab467bd1b4853ff7f3d40945b"
|
||||
}
|
||||
},
|
||||
"bin": "gomake.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/brad-jones/gomake/releases/download/v$version/gomake_windows_amd64.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/gomake_sha256_checksums.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user