aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/shellcheck.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-05-06 23:52:15 +0100
committerMike McQuaid2014-05-07 08:09:31 +0100
commit952e2fc3d3ff090970d0ea78f9547ebd0b8c8c49 (patch)
treeb70cfc0c4cf1bbe03420a8c2d28c6f140b0fec25 /Library/Formula/shellcheck.rb
parentc2b9803849bd2fed7747af17ce6617e6d6cea543 (diff)
downloadhomebrew-952e2fc3d3ff090970d0ea78f9547ebd0b8c8c49.tar.bz2
shellcheck: add 0.3.2 bottle.
Diffstat (limited to 'Library/Formula/shellcheck.rb')
-rw-r--r--Library/Formula/shellcheck.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/shellcheck.rb b/Library/Formula/shellcheck.rb
index 5ffeb8349..b0c61e8fd 100644
--- a/Library/Formula/shellcheck.rb
+++ b/Library/Formula/shellcheck.rb
@@ -8,6 +8,13 @@ class Shellcheck < Formula
url "https://github.com/koalaman/shellcheck/archive/v0.3.2.tar.gz"
sha1 "dd030c63f16e9170eb415176d101bbd2ce66fe00"
+ bottle do
+ cellar :any
+ sha1 "903cdcdf9c39323152d6603bf36a48d470742805" => :mavericks
+ sha1 "78456df525113ef15a979e4a943e39eaa9643e60" => :mountain_lion
+ sha1 "e6f02857491301f0517627b103a7a719ac5521f9" => :lion
+ end
+
depends_on "ghc" => :build
depends_on "cabal-install" => :build
depends_on "pandoc" => :build