diff --git a/bucket/packer.json b/bucket/packer.json index 0f3b8c441e..f5910f2417 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.9.0", + "version": "1.9.1", "description": "Automates the creation of any type of virtual machine image.", "homepage": "https://www.packer.io", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/packer/1.9.0/packer_1.9.0_windows_amd64.zip", - "hash": "d98f8af10692b6578015e2838ac48521698812fa1639c4b5480591e432e7d383" + "url": "https://releases.hashicorp.com/packer/1.9.1/packer_1.9.1_windows_amd64.zip", + "hash": "1ead07409150af65f56bb68d245a9cf6afd8dafb29b2e26c5dc92f2b40b9c079" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.9.0/packer_1.9.0_windows_386.zip", - "hash": "163d107c16357301921ad2f1b5c5cb6b9f858a2b1c886bbc60727ef938e95944" + "url": "https://releases.hashicorp.com/packer/1.9.1/packer_1.9.1_windows_386.zip", + "hash": "0ba2405de2f3ccb6c397d0523383d91a4c0df2e0ab1590bdb43f7b0b0541364d" } }, "bin": "packer.exe",