aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/yaz.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/yaz.rb b/Library/Formula/yaz.rb
index c912db3ff..98235f65d 100644
--- a/Library/Formula/yaz.rb
+++ b/Library/Formula/yaz.rb
@@ -4,9 +4,9 @@ require 'formula'
# if this is a problem for you then please fix it! Thanks.
class Yaz <Formula
- url 'http://ftp.indexdata.dk/pub/yaz/yaz-4.1.1.tar.gz'
+ url 'http://ftp.indexdata.dk/pub/yaz/yaz-4.1.2.tar.gz'
homepage 'http://www.indexdata.com/yaz'
- md5 '0756b413083cd7424fb6c60f7c5da0dc'
+ md5 '54e76ff8ee6f460d68678df298e7da71'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"