ScoopInstaller_Main/gomake.json
2019-03-07 22:14:26 +01:00

25 lines
776 B
JSON

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