Skip to content

Commit

Permalink
Merge pull request #89 from pascalberger/feature/packer_1.9.3
Browse files Browse the repository at this point in the history
Update Packer to 1.9.3
  • Loading branch information
StefanScherer authored Sep 18, 2023
2 parents 6cec748 + 48eebcc commit 23ce1fe
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.9.2</version>
<version>1.9.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.9.2/packer_1.9.2_windows_386.zip'
$checksum = 'd4a09f1480eb42863ce6dd944ca254e4c4e17533c2883ec0645324e2c2efaa87'
$url = 'https://releases.hashicorp.com/packer/1.9.3/packer_1.9.3_windows_386.zip'
$checksum = 'd6fcc7fee5fdb9404c063867163d33f4264ad7a3836ff8ebbb2dbb61681e80db'
$checksumType = 'sha256'
$url64 = 'https://releases.hashicorp.com/packer/1.9.2/packer_1.9.2_windows_amd64.zip'
$checksum64 = '2b73254cbf0ae0ccd812092f2910e453a1cefcf4f7d74672630ce1b9de4447d6'
$url64 = 'https://releases.hashicorp.com/packer/1.9.3/packer_1.9.3_windows_amd64.zip'
$checksum64 = '66f1e41b07d8c886a3cb82323d1d68ef49241e597fdf56497b57c14a083ecbde'
$checksumType64 = $checksumType
$legacyLocation = "$env:SystemDrive\HashiCorp\packer"
$unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit 23ce1fe

Please sign in to comment.