mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
25 lines
776 B
JSON
25 lines
776 B
JSON
{
|
|
"version": "2.2.2",
|
|
"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.2.2/gomake_windows_amd64.zip",
|
|
"hash": "a99e75e4248f7595d8631bb20fcabb13e47a4fb13da138e6d7f4937f05d27b9d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|