diff options
| author | Gerrit Beine | 2014-09-07 17:08:56 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-09-07 12:44:22 -0500 |
| commit | 96f3311bce6b3a4350a177e43f99df7af3ae7ee3 (patch) | |
| tree | 5968fc56ee9ca9589263fb94dd69cf5d0b690626 /Library | |
| parent | 011b6c81f506de3122ab6f8fe7fcb778196d9fb8 (diff) | |
| download | homebrew-96f3311bce6b3a4350a177e43f99df7af3ae7ee3.tar.bz2 | |
xapian 1.2.18
Closes #32137.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/xapian.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/xapian.rb b/Library/Formula/xapian.rb index 4b983e20c..da81db43f 100644 --- a/Library/Formula/xapian.rb +++ b/Library/Formula/xapian.rb @@ -2,8 +2,8 @@ require 'formula' class Xapian < Formula homepage 'http://xapian.org' - url 'http://oligarchy.co.uk/xapian/1.2.17/xapian-core-1.2.17.tar.xz' - sha1 'ee8df16fe2fba1b12badfc91ecdb94ffd0bbc8ef' + url 'http://oligarchy.co.uk/xapian/1.2.18/xapian-core-1.2.18.tar.xz' + sha1 '0eb07cfec9a213a6d310ae2472ccd3cd142d2d33' option "java", "Java bindings" option "php", "PHP bindings" @@ -12,8 +12,8 @@ class Xapian < Formula depends_on :python => :optional resource 'bindings' do - url 'http://oligarchy.co.uk/xapian/1.2.17/xapian-bindings-1.2.17.tar.xz' - sha1 '29f8fa08450bb7f7450e956486fb891dc99033af' + url 'http://oligarchy.co.uk/xapian/1.2.18/xapian-bindings-1.2.18.tar.xz' + sha1 'f185c5b3c34deb43b806f6c6bc0e296977b0f931' end skip_clean :la |
