Skip to content

Commit

Permalink
Merge pull request #19 from StefanScherer/update-packer-1.0.4
Browse files Browse the repository at this point in the history
Update Packer 1.0.4
  • Loading branch information
StefanScherer authored Aug 28, 2017
2 parents 3af7599 + 6a059db commit 34a277a
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.0.3.{build}
version: 1.0.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.0.3</version>
<version>1.0.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.0.3/packer_1.0.3_windows_386.zip'
$checksum = '3ab1c214ff7ed20df60a22dc79a2cacf3ef7bc4900ab68074a1c61a34bfb5962'
$url = 'https://releases.hashicorp.com/packer/1.0.4/packer_1.0.4_windows_386.zip'
$checksum = '8e05658de4ba4170530b5e73f6f241a8652a685517797c4323ea6e0b65a4f37c'
$checksumType = 'sha256'
$url64 = 'https://releases.hashicorp.com/packer/1.0.3/packer_1.0.3_windows_amd64.zip'
$checksum64 = '774699160352e65891483be0c60aff557db32761d907ac5748cf65aeb9489fb1'
$url64 = 'https://releases.hashicorp.com/packer/1.0.4/packer_1.0.4_windows_amd64.zip'
$checksum64 = '1a2ae283a71810a307299c05df73e96890fb7503f1b32c52850356ddb750d877'
$checksumType64 = $checksumType
$legacyLocation = "$env:SystemDrive\HashiCorp\packer"
$unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit 34a277a

Please sign in to comment.