mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.packer.io",
|
|
"license": "Mozilla Public License 2.0",
|
|
"version": "1.0.4",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/packer/1.0.4/packer_1.0.4_windows_amd64.zip",
|
|
"hash": "1a2ae283a71810a307299c05df73e96890fb7503f1b32c52850356ddb750d877"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/packer/1.0.4/packer_1.0.4_windows_386.zip",
|
|
"hash": "8e05658de4ba4170530b5e73f6f241a8652a685517797c4323ea6e0b65a4f37c"
|
|
}
|
|
},
|
|
"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": {
|
|
"url": "$baseurl/packer_$version_SHA256SUMS"
|
|
}
|
|
}
|
|
}
|