aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/groovyserv.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/groovyserv.rb b/Library/Formula/groovyserv.rb
index db11fc2d5..9375f90ec 100644
--- a/Library/Formula/groovyserv.rb
+++ b/Library/Formula/groovyserv.rb
@@ -2,16 +2,16 @@ require 'formula'
class Groovyserv < Formula
homepage 'http://kobo.github.com/groovyserv/'
- url 'https://github.com/downloads/kobo/groovyserv/groovyserv-0.9-src.zip'
- sha1 '54464608f90a381b44cf7959136e1b1f31a3919c'
+ url 'https://github.com/downloads/kobo/groovyserv/groovyserv-0.10-src.zip'
+ sha1 '1dd29a044338f1eb9dbb80369059a918de77e131'
head 'https://github.com/kobo/groovyserv.git'
- depends_on 'gradle' => :build
depends_on 'groovy'
def install
- system 'gradle clean executables'
+ ENV['CC'] = ENV['CFLAGS'] = nil # to workaround
+ system './gradlew clean executables'
prefix.install %w{LICENSE.txt README.txt NOTICE.txt}