Skip to content

Commit

Permalink
Update Packer 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Oct 6, 2019
1 parent 20e9256 commit 3bf2640
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.3.{build}
version: 1.4.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.4.3</version>
<version>1.4.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.4.3/packer_1.4.3_windows_386.zip'
$checksum = '46d1fbb4a6e8afe65164fcbaaa08ac21bddc4a0b2f8f9ce25d6586172c0bbb41'
$url = 'https://releases.hashicorp.com/packer/1.4.4/packer_1.4.4_windows_386.zip'
$checksum = '2cb20b287c3063d45fb820a3973992ff5ae6269a90caf39945b133b64966f16a'
$checksumType = 'sha256'
$url64 = 'https://releases.hashicorp.com/packer/1.4.3/packer_1.4.3_windows_amd64.zip'
$checksum64 = '9df329285c46bb3e64462c7a6f2f0673b227466564ff1b6739d930d3aee719fe'
$url64 = 'https://releases.hashicorp.com/packer/1.4.4/packer_1.4.4_windows_amd64.zip'
$checksum64 = '310a98e6ac7d4ee4f306a5f8385628a2e79a2cb8f7d2e894379e3a97ff5ed35b'
$checksumType64 = $checksumType
$legacyLocation = "$env:SystemDrive\HashiCorp\packer"
$unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit 3bf2640

Please sign in to comment.