From ebab4b3021ab80c7eaf49c389527efd55300ef2f Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Wed, 7 Jun 2023 00:01:29 +0200 Subject: [PATCH] Update Packer to 1.9.1 --- packer.nuspec | 2 +- tools/chocolateyInstall.ps1 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packer.nuspec b/packer.nuspec index bb573f5..d68cc09 100644 --- a/packer.nuspec +++ b/packer.nuspec @@ -2,7 +2,7 @@ packer - 1.8.7 + 1.9.1 Packer Mitchell Hashimoto, Jack Pearkes, Mark Peek, Ross Smith II, Rickard von Essen Stefan Scherer diff --git a/tools/chocolateyInstall.ps1 b/tools/chocolateyInstall.ps1 index 8763776..90d581e 100644 --- a/tools/chocolateyInstall.ps1 +++ b/tools/chocolateyInstall.ps1 @@ -1,8 +1,8 @@ -$url = 'https://releases.hashicorp.com/packer/1.8.7/packer_1.8.7_windows_386.zip' -$checksum = 'e0e86737aeed912d43b2356dc554753e2715615856258fb938f66a163695e3c4' +$url = 'https://releases.hashicorp.com/packer/1.9.1/packer_1.9.1_windows_386.zip' +$checksum = '0ba2405de2f3ccb6c397d0523383d91a4c0df2e0ab1590bdb43f7b0b0541364d' $checksumType = 'sha256' -$url64 = 'https://releases.hashicorp.com/packer/1.8.7/packer_1.8.7_windows_amd64.zip' -$checksum64 = '852a6c778c791084217af4514ee5ab7c436fa3fcb92401a8b88a28c8405d1ddf' +$url64 = 'https://releases.hashicorp.com/packer/1.9.1/packer_1.9.1_windows_amd64.zip' +$checksum64 = '1ead07409150af65f56bb68d245a9cf6afd8dafb29b2e26c5dc92f2b40b9c079' $checksumType64 = $checksumType $legacyLocation = "$env:SystemDrive\HashiCorp\packer" $unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"