From 5154643eef0cbdf1879a63eee27d86e71ed653c0 Mon Sep 17 00:00:00 2001 From: Stefan Scherer Date: Tue, 16 Apr 2019 20:46:55 +0200 Subject: [PATCH] Update Packer 1.4.0 --- appveyor.yml | 2 +- packer.nuspec | 2 +- tools/chocolateyInstall.ps1 | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index fc28c88..f8b96c1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.3.5.{build} +version: 1.4.0.{build} environment: TOKEN: secure: KE3DuBSMhbBxLurkOXLrmAFbF+zptuCJztv1LDq1DfU65A1NSoYTI9JpYE63h/66 diff --git a/packer.nuspec b/packer.nuspec index 2f34f6b..3a46214 100644 --- a/packer.nuspec +++ b/packer.nuspec @@ -2,7 +2,7 @@ packer - 1.3.5 + 1.4.0 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 afaaa17..97c742d 100644 --- a/tools/chocolateyInstall.ps1 +++ b/tools/chocolateyInstall.ps1 @@ -1,8 +1,8 @@ -$url = 'https://releases.hashicorp.com/packer/1.3.5/packer_1.3.5_windows_386.zip' -$checksum = '04bff2f686f68fa7e6b7028961ad95d0c554016ad0bfa5003ee3a2b4c70c01a7' +$url = 'https://releases.hashicorp.com/packer/1.4.0/packer_1.4.0_windows_386.zip' +$checksum = '58fb669558f014c6b5f9c348631d72c3f8c303bd52fa07a8d8612bc45f3e1f30' $checksumType = 'sha256' -$url64 = 'https://releases.hashicorp.com/packer/1.3.5/packer_1.3.5_windows_amd64.zip' -$checksum64 = '57d30d5d305cf877532e93526c284438daef5db26d984d16ee85e38a7be7cfbb' +$url64 = 'https://releases.hashicorp.com/packer/1.4.0/packer_1.4.0_windows_amd64.zip' +$checksum64 = '30166a017473c2ad840e294733a7eb9a9326e82ce304d320e91adb636a95dcb0' $checksumType64 = $checksumType $legacyLocation = "$env:SystemDrive\HashiCorp\packer" $unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"