diff options
| author | BrewTestBot | 2014-11-05 11:26:04 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-05 11:26:04 +0000 |
| commit | 3ca606874c18e84738130a39e29447e75a93c035 (patch) | |
| tree | e158de95a67b18334d13bfd93df4323b9ab6326d /Library/Formula | |
| parent | 870b313ee04789da5271370d5e6ffba6759fd42f (diff) | |
| download | homebrew-3ca606874c18e84738130a39e29447e75a93c035.tar.bz2 | |
groovyserv: add 1.0.0 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/groovyserv.rb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Library/Formula/groovyserv.rb b/Library/Formula/groovyserv.rb index ea3ae25fa..5b5240f09 100644 --- a/Library/Formula/groovyserv.rb +++ b/Library/Formula/groovyserv.rb @@ -4,8 +4,14 @@ class Groovyserv < Formula homepage 'http://kobo.github.io/groovyserv/' url 'https://bitbucket.org/kobo/groovyserv-mirror/downloads/groovyserv-1.0.0-src.zip' sha1 '46b946dee3e40457e667498b235bd8e1567ed9ed' - head 'https://github.com/kobo/groovyserv.git' + + bottle do + sha1 "2acd972802f63afcdebb622015ab059c23423789" => :yosemite + sha1 "b2cb34764f861b8ef374ead20bac89f1866d03d4" => :mavericks + sha1 "9936c0eadffe669dca07631c0609bc5a07968800" => :mountain_lion + end + depends_on "go" => :build # This fix is upstream and can be removed in the next released version. |
