diff options
| author | BrewTestBot | 2015-04-11 11:28:27 +0100 |
|---|---|---|
| committer | Xu Cheng | 2015-04-12 02:10:30 +0800 |
| commit | 5cbc1ec7c25395d76946c64aa1fdc993be89f074 (patch) | |
| tree | d1ee40835472e855ce33c715c97b7056fae5f7f0 /Library | |
| parent | 929cd328d1c433b8e515636d692e81f5f597ca48 (diff) | |
| download | homebrew-5cbc1ec7c25395d76946c64aa1fdc993be89f074.tar.bz2 | |
pwnat: add 0.3-beta bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pwnat.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/pwnat.rb b/Library/Formula/pwnat.rb index 029f57003..a59243f2a 100644 --- a/Library/Formula/pwnat.rb +++ b/Library/Formula/pwnat.rb @@ -5,6 +5,13 @@ class Pwnat < Formula head "https://github.com/samyk/pwnat.git" + bottle do + cellar :any + sha256 "cf17568c4053240ffe61594bcc618577c0d0c569abda8b3b956a4e4b441a755e" => :yosemite + sha256 "0baed31dc05b28a330501a0d4119e8997c1038d14311c64f2d7b367ebdf9f01e" => :mavericks + sha256 "ed78a0577b4e2f4555b4c7724cf829032b0af99713c58a5ffd943d21b551b199" => :mountain_lion + end + def install system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}", "LDFLAGS=-lz" bin.install "pwnat" |
