ScoopInstaller_Main/gomake.json
2019-03-10 03:00:21 +00:00

25 lines
776 B
JSON

{
"version": "2.3.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.3.0/gomake_windows_amd64.zip",
"hash": "19211b5464e996f539c109ef9886a52e09f3d5a369195e3f7bbe9fd879a09cf4"
}
},
"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"
}
}
}