aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gistit.rb
diff options
context:
space:
mode:
authorBrewTestBot2015-01-14 23:34:25 +0000
committerJack Nagel2015-01-14 22:43:25 -0500
commitd2e1cd27d06a0708b8928cdcfa82337d75161602 (patch)
treeb49ce032bdd1634e8a4538a7820a67e21c5e51ff /Library/Formula/gistit.rb
parent5cb200bf010350ff46f4c6799a6c2bd91591a588 (diff)
downloadhomebrew-d2e1cd27d06a0708b8928cdcfa82337d75161602.tar.bz2
gistit: add 0.1.3 bottle.
Diffstat (limited to 'Library/Formula/gistit.rb')
-rw-r--r--Library/Formula/gistit.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/gistit.rb b/Library/Formula/gistit.rb
index 581496256..a462661c9 100644
--- a/Library/Formula/gistit.rb
+++ b/Library/Formula/gistit.rb
@@ -3,6 +3,13 @@ class Gistit < Formula
url "https://github.com/jrbasso/gistit/archive/v0.1.3.tar.gz"
sha1 "62b9797a656b15da9196b6c9ee355c0c81bdc3ac"
+ bottle do
+ cellar :any
+ sha1 "ef2f453dfcd08d831396992392f377fe8fba96bf" => :yosemite
+ sha1 "20bb22672bfc53b1f51e469846eeece2babdbd65" => :mavericks
+ sha1 "b0be23b824c1ea269c0812a6a8ddaecd6917c549" => :mountain_lion
+ end
+
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "jansson"