diff --git a/gomake.json b/gomake.json new file mode 100644 index 0000000000..8f0395a943 --- /dev/null +++ b/gomake.json @@ -0,0 +1,24 @@ +{ + "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" + } + } +}