aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-11-05 11:26:04 +0000
committerMike McQuaid2014-11-05 11:26:04 +0000
commit3ca606874c18e84738130a39e29447e75a93c035 (patch)
treee158de95a67b18334d13bfd93df4323b9ab6326d /Library
parent870b313ee04789da5271370d5e6ffba6759fd42f (diff)
downloadhomebrew-3ca606874c18e84738130a39e29447e75a93c035.tar.bz2
groovyserv: add 1.0.0 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/groovyserv.rb8
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.