Merge pull request #5747 from vitorgalvao/fix-5742

Add Packer v0.6.1
This commit is contained in:
Vítor Galvão 2014-08-12 12:38:25 +01:00
commit 8fb456ab85
1 changed files with 9 additions and 0 deletions

9
Casks/packer.rb Normal file
View File

@ -0,0 +1,9 @@
class Packer < Cask
version '0.6.1'
sha256 '1ab1cf76be8ab1b953f0e634c96f8a09a9d17eb3d180b120b9d19afff2a94cb4'
url "https://dl.bintray.com/mitchellh/packer/#{version}_darwin_amd64.zip"
homepage 'http://www.packer.io/'
binary 'packer'
end