Skip to content

Commit

Permalink
Merge pull request #58 from delassiops/main
Browse files Browse the repository at this point in the history
Update Packer 1.6.3
  • Loading branch information
StefanScherer authored Sep 26, 2020
2 parents 6e3998c + 81fb107 commit 239d6f5
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.2.{build}
version: 1.6.3.{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.2</version>
<version>1.6.3</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.2/packer_1.6.2_windows_386.zip'
$checksum = '78c6202569d6ace6e3f4690d0d08136ea58775742cd9c27bc23f28513ea57f1b'
$url = 'https://releases.hashicorp.com/packer/1.6.3/packer_1.6.3_windows_386.zip'
$checksum = '2fc9cc149b5dc308b6cf3617748c8bd586a10428139c061aab50610303fffd61'
$checksumType = 'sha256'
$url64 = 'https://releases.hashicorp.com/packer/1.6.2/packer_1.6.2_windows_amd64.zip'
$checksum64 = 'b2df2954df15fedd32e2fda09e7639f80cbf402d318d192f6770f467fc983e29'
$url64 = 'https://releases.hashicorp.com/packer/1.6.3/packer_1.6.3_windows_amd64.zip'
$checksum64 = 'd1b0a935985c9af06c7bea116225672064e82b1fa8e57dccf345fbef69d11986'
$checksumType64 = $checksumType
$legacyLocation = "$env:SystemDrive\HashiCorp\packer"
$unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit 239d6f5

Please sign in to comment.