mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
27 lines
816 B
JSON
27 lines
816 B
JSON
{
|
|
"version": "1.12.1",
|
|
"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.12.1/mage_1.12.1_Windows-64bit.zip",
|
|
"hash": "87ba6c462abc99e8197242d0d6b801feebcc4c66365fc62721d7d5d10ad330e9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|