groonga 3.0.4
Closes Homebrew/homebrew#20123. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
95279977f0
commit
1b037d23f7
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Groonga < Formula
|
||||
homepage 'http://groonga.org/'
|
||||
url 'http://packages.groonga.org/source/groonga/groonga-3.0.3.tar.gz'
|
||||
sha1 '53b3427082769bac1230f290fef1c87c8f442d35'
|
||||
url 'http://packages.groonga.org/source/groonga/groonga-3.0.4.tar.gz'
|
||||
sha1 '51cce18d6e254629288eb83616074ffb0ec6243d'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'pcre'
|
||||
|
|
Loading…
Reference in a new issue