2022-03-16 20:37:21 +00:00

27 lines
816 B
JSON

{
"version": "1.13.0",
"description": "A make/rake-like build tool for Go",
"homepage": "https://magefile.org",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/magefile/mage/releases/download/v1.13.0/mage_1.13.0_Windows-64bit.zip",
"hash": "fee7846c479e56943d8ec80a0aa82d1798d926cfed04431c83e9c6e004e7becf"
}
},
"bin": "mage.exe",
"checkver": {
"github": "https://github.com/magefile/mage"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/magefile/mage/releases/download/v$version/mage_$version_Windows-64bit.zip"
}
},
"hash": {
"url": "$baseurl/mage_$version_checksums.txt"
}
}
}