Skip to content

Commit

Permalink
Merge pull request #85 from pascalberger/feature/packer_1.9.1
Browse files Browse the repository at this point in the history
Update Packer to 1.9.1
  • Loading branch information
StefanScherer authored Jun 13, 2023
2 parents ba32369 + 3cefb1d commit 38301fe
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.0</version>
<version>1.9.1</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.0/packer_1.9.0_windows_386.zip'
$checksum = '163d107c16357301921ad2f1b5c5cb6b9f858a2b1c886bbc60727ef938e95944'
$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.9.0/packer_1.9.0_windows_amd64.zip'
$checksum64 = 'd98f8af10692b6578015e2838ac48521698812fa1639c4b5480591e432e7d383'
$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)"
Expand Down

0 comments on commit 38301fe

Please sign in to comment.