packer: Update to version 1.3.3

This commit is contained in:
Richard Kuhnt 2018-12-05 19:00:21 +00:00
parent 01c6217231
commit 99b938a36b

View File

@ -1,20 +1,18 @@
{ {
"homepage": "https://www.packer.io", "homepage": "https://www.packer.io",
"license": "MPL-2.0", "license": "MPL-2.0",
"version": "1.3.2", "version": "1.3.3",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://releases.hashicorp.com/packer/1.3.2/packer_1.3.2_windows_amd64.zip", "url": "https://releases.hashicorp.com/packer/1.3.3/packer_1.3.3_windows_amd64.zip",
"hash": "b0fa064bc29820f330669b3bc790e61eb1c8a873ae8d5134e580b3b16ef50e60" "hash": "493a88d0f0d3492d1ac3046edc22119490c211630510060fb611a2898f6d15d0"
}, },
"32bit": { "32bit": {
"url": "https://releases.hashicorp.com/packer/1.3.2/packer_1.3.2_windows_386.zip", "url": "https://releases.hashicorp.com/packer/1.3.3/packer_1.3.3_windows_386.zip",
"hash": "99a16064e60776922ae9cb1bef9e9ec8311511f735b1332a811817d3f93171f2" "hash": "341ce78e59138324600336ada3576ec741a873abb3e2b489e52bc8dcd650a460"
} }
}, },
"bin": [ "bin": "packer.exe",
"packer.exe"
],
"checkver": { "checkver": {
"url": "https://releases.hashicorp.com/packer/", "url": "https://releases.hashicorp.com/packer/",
"re": "packer_([\\d.]+)</a>" "re": "packer_([\\d.]+)</a>"