aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHAYASHI Kentaro2014-02-10 10:28:39 +0900
committerMike McQuaid2014-02-10 09:24:29 +0000
commit544fda7cf1e015cdf93e09608002832d80074542 (patch)
tree36c741212464bf0ffa5126e363dc59c8d9cd2bf2
parent66330418d40c8f9cec9a82854306b9cbef68a920 (diff)
downloadhomebrew-544fda7cf1e015cdf93e09608002832d80074542.tar.bz2
groonga 4.0.0
Closes #26557. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/groonga.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/groonga.rb b/Library/Formula/groonga.rb
index 7b0f7002a..b16f0d03c 100644
--- a/Library/Formula/groonga.rb
+++ b/Library/Formula/groonga.rb
@@ -2,8 +2,8 @@ require 'formula'
class Groonga < Formula
homepage 'http://groonga.org/'
- url 'http://packages.groonga.org/source/groonga/groonga-3.1.2.tar.gz'
- sha1 '305ef89b6b9f7e1d55719c2299edad0e10d2d203'
+ url 'http://packages.groonga.org/source/groonga/groonga-4.0.0.tar.gz'
+ sha1 '9a64d4c98eda4db563bcaf9464504d24dfdb3ff4'
depends_on 'pkg-config' => :build
depends_on 'pcre'