From 863a6218bb35f06f860b083099bd6e0f50085ad4 Mon Sep 17 00:00:00 2001 From: Stefan Scherer Date: Tue, 19 Mar 2024 22:52:52 +0100 Subject: [PATCH] Update Packer 1.10.2 --- packer.nuspec | 2 +- tools/chocolateyInstall.ps1 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packer.nuspec b/packer.nuspec index a509777..18e8830 100644 --- a/packer.nuspec +++ b/packer.nuspec @@ -2,7 +2,7 @@ packer - 1.10.0 + 1.10.2 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 e7d35c3..c841a56 100644 --- a/tools/chocolateyInstall.ps1 +++ b/tools/chocolateyInstall.ps1 @@ -1,8 +1,8 @@ -$url = 'https://releases.hashicorp.com/packer/1.10.0/packer_1.10.0_windows_386.zip' -$checksum = '5a62f84b50f35108f6fea4bae2cd2ca6e51ddedd00630baf64ea4d0c52cb811c' +$url = 'https://releases.hashicorp.com/packer/1.10.2/packer_1.10.2_windows_386.zip' +$checksum = '9aaf5f4caba87845377fabbc7dcd12d7add88dbdcaa0fd9f7427d201d7bf463c' $checksumType = 'sha256' -$url64 = 'https://releases.hashicorp.com/packer/1.10.0/packer_1.10.0_windows_amd64.zip' -$checksum64 = 'dc3171a5384062c195f8cd9c2dc25a7fcb35f4ddaefceb9e81b6f0b44307cda2' +$url64 = 'https://releases.hashicorp.com/packer/1.10.2/packer_1.10.2_windows_amd64.zip' +$checksum64 = 'acdbdb12e405f58f2d9b519c31d4ac5b2417f97bd7c2bfc93c95db03fc3fc1b1' $checksumType64 = $checksumType $legacyLocation = "$env:SystemDrive\HashiCorp\packer" $unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"