aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-07-19 03:10:55 +0100
committerJack Nagel2014-07-18 21:36:15 -0500
commitf9229933504b96c766031e304d37d5c6a2edad42 (patch)
treec8811c62e4f36caa4eed6549117dfbc4c5d12e0f /Library/Formula
parentf9157914fcdfc260476a1e850599c06dc95de43c (diff)
downloadhomebrew-f9229933504b96c766031e304d37d5c6a2edad42.tar.bz2
unpaper: add 5.1 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/unpaper.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/unpaper.rb b/Library/Formula/unpaper.rb
index ca701c493..a0666290d 100644
--- a/Library/Formula/unpaper.rb
+++ b/Library/Formula/unpaper.rb
@@ -5,6 +5,13 @@ class Unpaper < Formula
url "https://www.flameeyes.eu/files/unpaper-5.1.tar.xz"
sha1 "97068a99d47d1d65030c88d52058c1d5ff7b41d1"
+ bottle do
+ cellar :any
+ sha1 "c20298eac668f11a24cb02a61065ad58096623bb" => :mavericks
+ sha1 "dbad33b7762c589639ccf084d33776a55b777593" => :mountain_lion
+ sha1 "1f0bdc89500234a96557d99cd2bcb6cc1372594e" => :lion
+ end
+
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make", "install"