Skip to content

Commit

Permalink
Merge pull request #6 from mullnerz/master
Browse files Browse the repository at this point in the history
Update packer 0.10.2
  • Loading branch information
StefanScherer authored Oct 20, 2016
2 parents 3d69791 + aff256f commit a82a415
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.10.1.{build}
version: 0.10.2.{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.10.1</version>
<version>0.10.2</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.10.1/packer_0.10.1_windows_386.zip'
$checksum = '9c3c3483a8b6dd6d116747bfcccbf6f530ffab9bb46b47d9a49bdcb92c145914'
$url = 'https://releases.hashicorp.com/packer/0.10.2/packer_0.10.2_windows_386.zip'
$checksum = '69A7A0A4D54AEB291459FA226A45B6BFF0D15E78592697536E9EC1735A0074E5'
$checksumType = 'sha256'
$url64bit = 'https://releases.hashicorp.com/packer/0.10.1/packer_0.10.1_windows_amd64.zip'
$checksum64 = '623013056dc662f29817dce6bd31e6fb669883a35ea9311951bbcea4eb9c59f7'
$url64bit = 'https://releases.hashicorp.com/packer/0.10.2/packer_0.10.2_windows_amd64.zip'
$checksum64 = '9CA8E8836B5F2F5A39E4E5090D7FAABCF5839FA87487FB46BB34532E07531CCF'
$checksumType64 = $checksumType
$legacyLocation = "$env:SystemDrive\HashiCorp\packer"
$unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit a82a415

Please sign in to comment.