Pratik Chowdhury 59635a7022
chore(gomake): gomake is deprecated (#2814)
Received a confirmation from the author.

Hasn't received an update since 2019
2021-10-26 21:19:27 +05:30

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