Skip to content

Commit

Permalink
Update Packer 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Dec 16, 2016
1 parent c60f95b commit 395fb3a
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: 0.12.0.{build}
version: 0.12.1.{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>0.12.0</version>
<version>0.12.1</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/0.12.0/packer_0.12.0_windows_386.zip'
$checksum = '1b346c6f381e21e92a589dfcc0eafc7c2b87f10cdfc524e3c7128dd0a64a9763'
$url = 'https://releases.hashicorp.com/packer/0.12.1/packer_0.12.1_windows_386.zip'
$checksum = '31548ff65ce8a2c8aa82ed798f993cdd0f2616920ebda7f275c030dd36256ded'
$checksumType = 'sha256'
$url64 = 'https://releases.hashicorp.com/packer/0.12.0/packer_0.12.0_windows_amd64.zip'
$checksum64 = '4d1f9733b3cafc9e0ab2b1e9957dc2621a57f209a78d51ac5f5312cbcbb4e300'
$url64 = 'https://releases.hashicorp.com/packer/0.12.1/packer_0.12.1_windows_amd64.zip'
$checksum64 = 'd6efb1f4dd5bce2bad30f5e767648e27c0591f2978d322a9f2d7055a46ecea0b'
$checksumType64 = $checksumType
$legacyLocation = "$env:SystemDrive\HashiCorp\packer"
$unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit 395fb3a

Please sign in to comment.