diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rcssserver.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/rcssserver.rb b/Library/Formula/rcssserver.rb index 81bdbaf23..40a1625a6 100644 --- a/Library/Formula/rcssserver.rb +++ b/Library/Formula/rcssserver.rb @@ -5,6 +5,13 @@ class Rcssserver < Formula url "https://downloads.sourceforge.net/sserver/rcssserver/15.2.2/rcssserver-15.2.2.tar.gz" sha1 "43012eb5301716e457e93ec42c0c00727e600c84" + bottle do + cellar :any + sha1 "72e049b25605887a54b941a388ad16bd50baad69" => :mavericks + sha1 "9a398073a7e711b49ba39b2da09c0f7a29ed19af" => :mountain_lion + sha1 "ab94f23eae47b48ce2f9ed3d94e727f2d7387289" => :lion + end + depends_on "flex" => :build depends_on "pkg-config" => :build depends_on "boost" |
