aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/httpie.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/httpie.rb b/Library/Formula/httpie.rb
index bcfbb0706..dc59c3eab 100644
--- a/Library/Formula/httpie.rb
+++ b/Library/Formula/httpie.rb
@@ -7,6 +7,13 @@ class Httpie < Formula
head "https://github.com/jakubroztocil/httpie.git"
+ bottle do
+ cellar :any
+ sha1 "59556815d9feb0f6906d8de7070817d1d2307b1a" => :mavericks
+ sha1 "aea54afe0a658cc5de878e243457488bdd356bd6" => :mountain_lion
+ sha1 "9a4957724c5a773008dda11872ae661031af95de" => :lion
+ end
+
depends_on :python if MacOS.version <= :snow_leopard
resource "pygments" do