Skip to content

Commit

Permalink
Merge pull request #65 from StefanScherer/update-174
Browse files Browse the repository at this point in the history
Update Packer 1.7.4
  • Loading branch information
StefanScherer authored Jul 27, 2021
2 parents 5c202a0 + d193901 commit e944814
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.3.{build}
version: 1.7.4.{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.3</version>
<version>1.7.4</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.3/packer_1.7.3_windows_386.zip'
$checksum = '41a6e37843d1e447d6c12c2f3182687c1bd8c3f417a4d86fc78cc45f1261f70e'
$url = 'https://releases.hashicorp.com/packer/1.7.4/packer_1.7.4_windows_386.zip'
$checksum = '289f618b6fe4deff28b022afc3a0808d41e3527c3473c9d0783a4306387d8338'
$checksumType = 'sha256'
$url64 = 'https://releases.hashicorp.com/packer/1.7.3/packer_1.7.3_windows_amd64.zip'
$checksum64 = 'fc49ccacd1e6b06397c04b5b788306711f62d24e4532911318db19eaa006cbb9'
$url64 = 'https://releases.hashicorp.com/packer/1.7.4/packer_1.7.4_windows_amd64.zip'
$checksum64 = 'cf04bdec5b6dcda28bb3d75ae63885fd194135dcbef6b80cc982b2e333a41fb6'
$checksumType64 = $checksumType
$legacyLocation = "$env:SystemDrive\HashiCorp\packer"
$unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit e944814

Please sign in to comment.