diff options
| author | BrewTestBot | 2014-08-21 12:28:40 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-21 14:44:17 +0100 |
| commit | d3482d18ede88790f51c66ab440eb441ae98c41b (patch) | |
| tree | 8cfbea9e98a6862f8c61923fedc201ca05ea1ec0 | |
| parent | aca79b7f543eaaffc2f04dd44d4c221cda096ca0 (diff) | |
| download | homebrew-d3482d18ede88790f51c66ab440eb441ae98c41b.tar.bz2 | |
soccerwindow2: add 5.1.0 bottle.
Closes #31698.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/soccerwindow2.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/soccerwindow2.rb b/Library/Formula/soccerwindow2.rb index 98c8743e4..65c1ccbda 100644 --- a/Library/Formula/soccerwindow2.rb +++ b/Library/Formula/soccerwindow2.rb @@ -5,6 +5,12 @@ class Soccerwindow2 < Formula url "http://dl.sourceforge.jp/rctools/51942/soccerwindow2-5.1.0.tar.gz" sha1 "366f80591d39aaca0717bc2fb8993e0b5eb50ef2" + bottle do + sha1 "211691f9c8e7e89c8451693065b2ce7b01fbb65f" => :mavericks + sha1 "ffa56eb8ce4c37bb5f9725ed657733e1246dba22" => :mountain_lion + sha1 "64dfa71965958b205ba50c439efc83d10f872535" => :lion + end + depends_on "pkg-config" => :build depends_on "qt" depends_on "boost" |
