mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
27 lines
816 B
JSON
27 lines
816 B
JSON
{
|
|
"version": "1.15.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.15.0/mage_1.15.0_Windows-64bit.zip",
|
|
"hash": "62985aa44e178dc4ad8d1cc01431e7f527ece96b3d9d7d30c8996caa289d7205"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|