Skip to content

Commit

Permalink
Merge pull request #94 from StefanScherer/packer-1-10-2
Browse files Browse the repository at this point in the history
Update Packer 1.10.2
  • Loading branch information
StefanScherer authored Mar 19, 2024
2 parents 671d951 + 863a621 commit 78bfb58
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
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>packer</id>
<version>1.10.0</version>
<version>1.10.2</version>
<title>Packer</title>
<authors>Mitchell Hashimoto, Jack Pearkes, Mark Peek, Ross Smith II, Rickard von Essen</authors>
<owners>Stefan Scherer</owners>
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.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)"

0 comments on commit 78bfb58

Please sign in to comment.