Skip to content

Commit

Permalink
Merge pull request #40 from StefanScherer/update-packer-134
Browse files Browse the repository at this point in the history
Update Packer 1.3.4
  • Loading branch information
StefanScherer authored Feb 5, 2019
2 parents eec182f + c220815 commit f989c67
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.3.3.20181213.{build}
version: 1.3.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.3.3.20181213</version>
<version>1.3.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.3.3/packer_1.3.3_windows_386.zip'
$checksum = '07ac92b10b6250edfe9280e777dc7752bf461c73eb9da7a14f34febd4ec3dc7a'
$url = 'https://releases.hashicorp.com/packer/1.3.4/packer_1.3.4_windows_386.zip'
$checksum = '9c5f8b85dc57a079c08188e00f27c1c1d514c5497bad6f707e53ea1e75599ce0'
$checksumType = 'sha256'
$url64 = 'https://releases.hashicorp.com/packer/1.3.3/packer_1.3.3_windows_amd64.zip'
$checksum64 = '02e35d7ec6dbd009c117f9731c42b8ba67fd6d53ec05f57849445f316ae8f817'
$url64 = 'https://releases.hashicorp.com/packer/1.3.4/packer_1.3.4_windows_amd64.zip'
$checksum64 = '6e0b70ec648184366092eff3c53ff67d08de72586a15798e9e9f51086b94eeac'
$checksumType64 = $checksumType
$legacyLocation = "$env:SystemDrive\HashiCorp\packer"
$unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit f989c67

Please sign in to comment.