mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
packer: hash fix (closes #2883)
This commit is contained in:
parent
1e7e115007
commit
27e426a1af
@ -5,11 +5,11 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://releases.hashicorp.com/packer/1.3.3/packer_1.3.3_windows_amd64.zip",
|
"url": "https://releases.hashicorp.com/packer/1.3.3/packer_1.3.3_windows_amd64.zip",
|
||||||
"hash": "493a88d0f0d3492d1ac3046edc22119490c211630510060fb611a2898f6d15d0"
|
"hash": "02e35d7ec6dbd009c117f9731c42b8ba67fd6d53ec05f57849445f316ae8f817"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://releases.hashicorp.com/packer/1.3.3/packer_1.3.3_windows_386.zip",
|
"url": "https://releases.hashicorp.com/packer/1.3.3/packer_1.3.3_windows_386.zip",
|
||||||
"hash": "341ce78e59138324600336ada3576ec741a873abb3e2b489e52bc8dcd650a460"
|
"hash": "07ac92b10b6250edfe9280e777dc7752bf461c73eb9da7a14f34febd4ec3dc7a"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "packer.exe",
|
"bin": "packer.exe",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user