From d4ca3e83cfba77bafa5fa83c05727a175acc46ff Mon Sep 17 00:00:00 2001 From: Yasuharu Nakano Date: Wed, 5 Nov 2014 00:36:18 +0900 Subject: [PATCH] groovyserv 1.0.0 Closes Homebrew/homebrew#33929. Signed-off-by: Mike McQuaid --- Formula/groovyserv.rb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Formula/groovyserv.rb b/Formula/groovyserv.rb index adf72dee47c96..ea3ae25faa12a 100644 --- a/Formula/groovyserv.rb +++ b/Formula/groovyserv.rb @@ -2,22 +2,23 @@ class Groovyserv < Formula homepage 'http://kobo.github.io/groovyserv/' - url 'https://bitbucket.org/kobo/groovyserv-mirror/downloads/groovyserv-0.13-src.zip' - sha1 '68e4d80b8309b71849d46590d9122a5fee2d36c3' + url 'https://bitbucket.org/kobo/groovyserv-mirror/downloads/groovyserv-1.0.0-src.zip' + sha1 '46b946dee3e40457e667498b235bd8e1567ed9ed' head 'https://github.com/kobo/groovyserv.git' + depends_on "go" => :build # This fix is upstream and can be removed in the next released version. patch do - url "https://github.com/kobo/groovyserv/commit/53b77ab2b4a7bcf6e232bc54f4e50e8b78d3006a.diff" - sha1 "59bec0eb24c582670781af277cc64c6fe13b11db" + url "https://github.com/kobo/groovyserv/commit/4ea88fbfe940b50801be5e0b0bc84cd0ce627530.diff" + sha1 "2fe73bbed1778075a84dec43d462f69154cdb602" end def install system './gradlew clean executables' # Install executables in libexec to avoid conflicts - libexec.install Dir["build/executables/native/{bin,lib}"] + libexec.install Dir["build/executables/{bin,lib}"] # Remove windows files rm_f Dir["#{libexec}/bin/*.bat"]