diff --git a/appveyor.yml b/appveyor.yml index b5ce7cc..6a1dc2d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.0.3.{build} +version: 1.0.4.{build} environment: TOKEN: secure: KE3DuBSMhbBxLurkOXLrmAFbF+zptuCJztv1LDq1DfU65A1NSoYTI9JpYE63h/66 diff --git a/packer.nuspec b/packer.nuspec index 6d9a55e..545b9cb 100644 --- a/packer.nuspec +++ b/packer.nuspec @@ -2,7 +2,7 @@ packer - 1.0.3 + 1.0.4 Packer Mitchell Hashimoto, Jack Pearkes, Mark Peek, Ross Smith II, Rickard von Essen Stefan Scherer diff --git a/tools/chocolateyInstall.ps1 b/tools/chocolateyInstall.ps1 index c1f53fd..6242b75 100644 --- a/tools/chocolateyInstall.ps1 +++ b/tools/chocolateyInstall.ps1 @@ -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)"