ScoopInstaller_Main/gomake.json
2019-03-26 18:26:25 +00:00

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"
}
}
}