Skip to content

Commit

Permalink
Merge pull request #96 from StefanScherer/packer-1-10-3
Browse files Browse the repository at this point in the history
Update packer 1.10.3
  • Loading branch information
StefanScherer authored May 17, 2024
2 parents 78bfb58 + 92f0ac8 commit 5e48130
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>packer</id>
<version>1.10.2</version>
<version>1.10.3</version>
<title>Packer</title>
<authors>Mitchell Hashimoto, Jack Pearkes, Mark Peek, Ross Smith II, Rickard von Essen</authors>
<owners>Stefan Scherer</owners>
Expand Down
8 changes: 4 additions & 4 deletions tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$url = 'https://releases.hashicorp.com/packer/1.10.2/packer_1.10.2_windows_386.zip'
$checksum = '9aaf5f4caba87845377fabbc7dcd12d7add88dbdcaa0fd9f7427d201d7bf463c'
$url = 'https://releases.hashicorp.com/packer/1.10.3/packer_1.10.3_windows_386.zip'
$checksum = '6a107f8d45b560e9528753859cf1f81e55a29e7619ff4abe1f4350a71f1f112a'
$checksumType = 'sha256'
$url64 = 'https://releases.hashicorp.com/packer/1.10.2/packer_1.10.2_windows_amd64.zip'
$checksum64 = 'acdbdb12e405f58f2d9b519c31d4ac5b2417f97bd7c2bfc93c95db03fc3fc1b1'
$url64 = 'https://releases.hashicorp.com/packer/1.10.3/packer_1.10.3_windows_amd64.zip'
$checksum64 = '02f9447e291aa3fac488dd67a23fca6900b025612b4e4c404120c17b8775e436'
$checksumType64 = $checksumType
$legacyLocation = "$env:SystemDrive\HashiCorp\packer"
$unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit 5e48130

Please sign in to comment.