Skip to content

Commit

Permalink
Merge pull request #37 from StefanScherer/update-133
Browse files Browse the repository at this point in the history
Update Packer 1.3.3
  • Loading branch information
StefanScherer authored Dec 9, 2018
2 parents eeaccb0 + ed671a6 commit f923eaa
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.2.{build}
version: 1.3.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.3.2</version>
<version>1.3.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.3.2/packer_1.3.2_windows_386.zip'
$checksum = '99a16064e60776922ae9cb1bef9e9ec8311511f735b1332a811817d3f93171f2'
$url = 'https://releases.hashicorp.com/packer/1.3.3/packer_1.3.3_windows_386.zip'
$checksum = '341ce78e59138324600336ada3576ec741a873abb3e2b489e52bc8dcd650a460'
$checksumType = 'sha256'
$url64 = 'https://releases.hashicorp.com/packer/1.3.2/packer_1.3.2_windows_amd64.zip'
$checksum64 = 'b0fa064bc29820f330669b3bc790e61eb1c8a873ae8d5134e580b3b16ef50e60'
$url64 = 'https://releases.hashicorp.com/packer/1.3.3/packer_1.3.3_windows_amd64.zip'
$checksum64 = '493a88d0f0d3492d1ac3046edc22119490c211630510060fb611a2898f6d15d0'
$checksumType64 = $checksumType
$legacyLocation = "$env:SystemDrive\HashiCorp\packer"
$unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit f923eaa

Please sign in to comment.