Skip to content

Commit 69aa8ac

Browse files
BrewTestBotchenrui333
authored andcommitted
yaz 5.34.3
yaz: update pc config for libxml2 Signed-off-by: Rui Chen <[email protected]>
1 parent 4be3a1a commit 69aa8ac

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Formula/y/yaz.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class 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

0 commit comments

Comments
 (0)