Skip to content

Commit

Permalink
Merge pull request #66 from delassiops/main
Browse files Browse the repository at this point in the history
Update Packer 1.7.5
  • Loading branch information
StefanScherer authored Sep 27, 2021
2 parents e944814 + 5a12f62 commit b881462
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.7.4.{build}
version: 1.7.5.{build}
environment:
TOKEN:
secure: KE3DuBSMhbBxLurkOXLrmAFbF+zptuCJztv1LDq1DfU65A1NSoYTI9JpYE63h/66
Expand Down
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.7.4</version>
<version>1.7.5</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.7.4/packer_1.7.4_windows_386.zip'
$checksum = '289f618b6fe4deff28b022afc3a0808d41e3527c3473c9d0783a4306387d8338'
$url = 'https://releases.hashicorp.com/packer/1.7.5/packer_1.7.5_windows_386.zip'
$checksum = '83ece8d7269e0b70756b8977676aaac7d023f54522905f23e76cfed1b578804c'
$checksumType = 'sha256'
$url64 = 'https://releases.hashicorp.com/packer/1.7.4/packer_1.7.4_windows_amd64.zip'
$checksum64 = 'cf04bdec5b6dcda28bb3d75ae63885fd194135dcbef6b80cc982b2e333a41fb6'
$url64 = 'https://releases.hashicorp.com/packer/1.7.5/packer_1.7.5_windows_amd64.zip'
$checksum64 = 'e1a9f2d8a785f34a9f185b2b40b8960cc44434847e64dd4c9be84691d95dfc11'
$checksumType64 = $checksumType
$legacyLocation = "$env:SystemDrive\HashiCorp\packer"
$unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit b881462

Please sign in to comment.