Skip to content

Commit

Permalink
Merge pull request #62 from StefanScherer/update-1.7.0
Browse files Browse the repository at this point in the history
Update Packer 1.7.0
  • Loading branch information
StefanScherer authored Feb 17, 2021
2 parents f7baead + 69d80e0 commit c0e44ad
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.6.6.{build}
version: 1.7.0.{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.6.6</version>
<version>1.7.0</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.6.6/packer_1.6.6_windows_386.zip'
$checksum = '6c6693054dc759a5c2587ca27ba5198cc027fb0a1bc1d9fe5d97e0dbbc71b576'
$url = 'https://releases.hashicorp.com/packer/1.7.0/packer_1.7.0_windows_386.zip'
$checksum = '62ebdb5059b0cc46297cd3f5cae7875d2b45cb3e44b032b03c317c81bed98719'
$checksumType = 'sha256'
$url64 = 'https://releases.hashicorp.com/packer/1.6.6/packer_1.6.6_windows_amd64.zip'
$checksum64 = '4297db613ad67599c844cab1238e4faf67b1fd1a57eb1e2f3ca17b6eab4555d4'
$url64 = 'https://releases.hashicorp.com/packer/1.7.0/packer_1.7.0_windows_amd64.zip'
$checksum64 = 'c7546b79ed8ea73a1541e5d084311a230f7233023df9b11659e1d12e7f63224b'
$checksumType64 = $checksumType
$legacyLocation = "$env:SystemDrive\HashiCorp\packer"
$unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit c0e44ad

Please sign in to comment.