Skip to content

Commit

Permalink
Merge pull request #44 from StefanScherer/update-142
Browse files Browse the repository at this point in the history
Update Packer 1.4.2
  • Loading branch information
StefanScherer authored Jun 29, 2019
2 parents ea61b11 + 45fcbfb commit 496dc90
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.4.1.{build}
version: 1.4.2.{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.4.1</version>
<version>1.4.2</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.4.1/packer_1.4.1_windows_386.zip'
$checksum = '943a3fd48b86cbc9e0014358d0cf662aa6827315ac61c613de62eb4cd59ae6e7'
$url = 'https://releases.hashicorp.com/packer/1.4.2/packer_1.4.2_windows_386.zip'
$checksum = 'dfd8c17a1ad6a1c5cbeb9f9bee220fd45ff3c877186ec1e571f5a3ed646f5284'
$checksumType = 'sha256'
$url64 = 'https://releases.hashicorp.com/packer/1.4.1/packer_1.4.1_windows_amd64.zip'
$checksum64 = '78416314aecbc166486fd8a7784523436c5c8673a1788047b14140f43977d72c'
$url64 = 'https://releases.hashicorp.com/packer/1.4.2/packer_1.4.2_windows_amd64.zip'
$checksum64 = '0db7527e81672d51fc436081eff0e49e8873baee0564e427c5dc73a3f44fa840'
$checksumType64 = $checksumType
$legacyLocation = "$env:SystemDrive\HashiCorp\packer"
$unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit 496dc90

Please sign in to comment.