aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2015-02-21 12:11:54 +0000
committerTim D. Smith2015-02-21 10:20:53 -0800
commit4874876a3535bf1b73ad55adeb05e35407fb1b87 (patch)
tree8fedbdc1bf8d0d1f069a9d3f8698af5257c5e0f0 /Library
parent00b3263672859f7a4174965104091a24c93e07a9 (diff)
downloadhomebrew-4874876a3535bf1b73ad55adeb05e35407fb1b87.tar.bz2
newsbeuter: add 2.9 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/newsbeuter.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/newsbeuter.rb b/Library/Formula/newsbeuter.rb
index e23d1938a..1f8991eb8 100644
--- a/Library/Formula/newsbeuter.rb
+++ b/Library/Formula/newsbeuter.rb
@@ -5,6 +5,13 @@ class Newsbeuter < Formula
head "https://github.com/akrennmair/newsbeuter.git"
+ bottle do
+ cellar :any
+ sha1 "c0ba075c6d235a851361bc6315ad81ba8a93593f" => :yosemite
+ sha1 "ba32930fd5e0213b160d39a3bce1138b3661b4f6" => :mavericks
+ sha1 "4c8e48932bacd4c7cc0d2ff7ec2c583d99692855" => :mountain_lion
+ end
+
depends_on "pkg-config" => :build
depends_on "gettext"
depends_on "json-c"