ScoopInstaller_Main/gomake.json
2019-03-29 21:01:59 +00:00

25 lines
776 B
JSON

{
"version": "2.4.1",
"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.1/gomake_windows_amd64.zip",
"hash": "34ef98a736235d315e631bdf792c1de103f0abc771a0660eee71558e093fa7e6"
}
},
"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"
}
}
}