aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoji SHIDARA2012-12-29 01:01:46 +0900
committerAdam Vandenberg2012-12-28 09:41:26 -0800
commitc67c126c789f1ab91ac37ef36c7a597ed97a4a32 (patch)
treec42aaa05a2da5d557c151c6d65c99d46c165f9e5
parent260cf943243c1d07f1c95472b52558333c255d91 (diff)
downloadhomebrew-c67c126c789f1ab91ac37ef36c7a597ed97a4a32.tar.bz2
groonga 2.1.0
Closes #16779. Signed-off-by: Adam Vandenberg <flangy@gmail.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 962d5eb4d..9d62dea2a 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-2.0.9.tar.gz'
- sha1 'd8b9964016beb7be3311567f8243ace7a53ea21b'
+ url 'http://packages.groonga.org/source/groonga/groonga-2.1.0.tar.gz'
+ sha1 'aa2a16a29e66a8b0d650f90489e64f21ad7c7604'
depends_on 'pkg-config' => :build
depends_on 'pcre'