File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11class Yaz < Formula
22 desc "Toolkit for Z39.50/SRW/SRU clients/servers"
33 homepage "https://www.indexdata.com/resources/software/yaz/"
4- url "https://ftp.indexdata.com/pub/yaz/yaz-5.34.2 .tar.gz"
5- sha256 "ab45cf48036fc6da7493815c033b5db2b1e7a34632caed1a43e9cdef745b9618 "
4+ url "https://ftp.indexdata.com/pub/yaz/yaz-5.34.3 .tar.gz"
5+ sha256 "ce4cb9e483e865ce57d32c2956b6ab65eed28cfe6dc904068c3abe4c54dba4c0 "
66 license "BSD-3-Clause"
7- revision 2
87
98 # The latest version text is currently omitted from the homepage for this
109 # software, so we have to check the related directory listing page.
@@ -64,7 +63,6 @@ def install
6463 end
6564 unless OS . mac?
6665 inreplace [ bin /"yaz-config" , lib /"pkgconfig/yaz.pc" ] do |s |
67- s . gsub! Formula [ "libxml2" ] . prefix . realpath , Formula [ "libxml2" ] . opt_prefix
6866 s . gsub! Formula [ "libxslt" ] . prefix . realpath , Formula [ "libxslt" ] . opt_prefix
6967 end
7068 end
You can’t perform that action at this time.
0 commit comments