mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 15:11:30 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://www.packer.io",
|
|
"license": "Mozilla Public License 2.0",
|
|
"version": "0.12.3",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/packer/0.12.3/packer_0.12.3_windows_amd64.zip",
|
|
"hash": "8ce6868205f9a9cf883d39d136d804c2bbe80aede0d2f09fe999807a82dc937b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/packer/0.12.3/packer_0.12.3_windows_386.zip",
|
|
"hash": "8c5c3529d8e33d3bcec2f3b9d91c7156525d7c37b10a958b3ffb936eddb473f0"
|
|
}
|
|
},
|
|
"bin": [
|
|
"packer.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://releases.hashicorp.com/packer/",
|
|
"re": "packer_([\\d.]+)</a>"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/packer/$version/packer_$version_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/packer/$version/packer_$version_windows_386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"mode": "extract",
|
|
"url": "https://releases.hashicorp.com/packer/$version/packer_$version_SHA256SUMS",
|
|
"find": "([a-z0-9]{64})\\s+(?:$basename)"
|
|
}
|
|
}
|
|
}
|