oniguruma 5.9.6
Closes Homebrew/homebrew#35376. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
08eeb82aa5
commit
16ee5df8d9
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Oniguruma < Formula
|
||||
homepage 'http://www.geocities.jp/kosako3/oniguruma/'
|
||||
url 'http://www.geocities.jp/kosako3/oniguruma/archive/onig-5.9.5.tar.gz'
|
||||
sha1 '804132e1324ef8b940414324c741547d7ecf24e8'
|
||||
url 'http://www.geocities.jp/kosako3/oniguruma/archive/onig-5.9.6.tar.gz'
|
||||
sha1 '08d2d7b64b15cbd024b089f0924037f329bc7246'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue