mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 20:25:14 +00:00
25 lines
776 B
JSON
25 lines
776 B
JSON
{
|
|
"version": "2.4.0",
|
|
"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.4.0/gomake_windows_amd64.zip",
|
|
"hash": "0a812209dc553ba9dee60ca2df93b3a8f6f4cbee8f9c44bb992ae7d1efc92efe"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|