diff options
| author | BrewTestBot | 2015-04-17 22:06:01 +0100 |
|---|---|---|
| committer | Tim D. Smith | 2015-04-17 23:20:06 -0700 |
| commit | adf59b2b116ad398ee8b794c649b7d599f6deefc (patch) | |
| tree | 871158cf39dfe94eaa9caa9f19ed4bb94b60c6dd | |
| parent | 3896ed7be41416179c1d6c3112aad1d6ea419a30 (diff) | |
| download | homebrew-adf59b2b116ad398ee8b794c649b7d599f6deefc.tar.bz2 | |
pgpdump: add 0.29 bottle.
| -rw-r--r-- | Library/Formula/pgpdump.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/pgpdump.rb b/Library/Formula/pgpdump.rb index dc486cc1f..cf88c1127 100644 --- a/Library/Formula/pgpdump.rb +++ b/Library/Formula/pgpdump.rb @@ -5,6 +5,13 @@ class Pgpdump < Formula head "https://github.com/kazu-yamamoto/pgpdump.git" + bottle do + cellar :any + sha256 "6498e4961fca95045a658fd53f8259e5ef4f1fa29cbf6e98c400ba7936fe423b" => :yosemite + sha256 "776f42e2b4f27dfdfb1ef2700428bd32b4ad12cb2408537a32b3b488aea6f273" => :mavericks + sha256 "8a4a87acaa4bd684365fdf9cef4cf58fcef591ba5230c5ff7f02db4ca3738d53" => :mountain_lion + end + def install system "./configure", "--prefix=#{prefix}" system "make", "install" |
