Skip to content

Commit

Permalink
Merge pull request #5747 from vitorgalvao/fix-5742
Browse files Browse the repository at this point in the history
Add Packer v0.6.1
  • Loading branch information
vitorgalvao committed Aug 12, 2014
2 parents e86e94f + cd6689d commit 8fb456a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Casks/packer.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8fb456a

Please sign in to comment.