Skip to content

Commit

Permalink
Merge pull request #14 from StefanScherer/update-packer-1.0.0
Browse files Browse the repository at this point in the history
Update Packer 1.0.0
  • Loading branch information
StefanScherer authored Apr 4, 2017
2 parents a58289f + 0b1db8a commit cbfaedf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.3.{build}
version: 1.0.0.{build}
environment:
TOKEN:
secure: KE3DuBSMhbBxLurkOXLrmAFbF+zptuCJztv1LDq1DfU65A1NSoYTI9JpYE63h/66
Expand Down
4 changes: 2 additions & 2 deletions 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.3</version>
<version>1.0.0</version>
<title>Packer</title>
<authors>Mitchell Hashimoto, Jack Pearkes, Mark Peek, Ross Smith II, Rickard von Essen</authors>
<owners>Stefan Scherer</owners>
Expand All @@ -16,7 +16,7 @@
<tags>packer vagrant virtual machine VM VirtualBox VMware puppet chef</tags>
<licenseUrl>https://github.com/mitchellh/packer/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<iconUrl>https://raw.githubusercontent.com/mitchellh/packer/master/website/source/assets/images/logo_large.png</iconUrl>
<iconUrl>https://github.com/hashicorp/packer/raw/master/website/source/assets/images/favicons/apple-touch-icon.png</iconUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
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.3/packer_0.12.3_windows_386.zip'
$checksum = '8c5c3529d8e33d3bcec2f3b9d91c7156525d7c37b10a958b3ffb936eddb473f0'
$url = 'https://releases.hashicorp.com/packer/1.0.0/packer_1.0.0_windows_386.zip'
$checksum = '445eae4ea9a1eaa42e62776c6917fd83c15f26df320afb77571e9c840152da3b'
$checksumType = 'sha256'
$url64 = 'https://releases.hashicorp.com/packer/0.12.3/packer_0.12.3_windows_amd64.zip'
$checksum64 = '8ce6868205f9a9cf883d39d136d804c2bbe80aede0d2f09fe999807a82dc937b'
$url64 = 'https://releases.hashicorp.com/packer/1.0.0/packer_1.0.0_windows_amd64.zip'
$checksum64 = '54b2c92548f0a4f434771703f083b6e0fbbf73a8bf81963fd43e429d2561a4e0'
$checksumType64 = $checksumType
$legacyLocation = "$env:SystemDrive\HashiCorp\packer"
$unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit cbfaedf

Please sign in to comment.