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.
@@ -14,12 +13,12 @@ class Yaz < Formula
1413 end
1514
1615 bottle do
17- sha256 cellar : :any , arm64_sequoia : "a8cd36bbbeec630fa947578396b92b8ad37c0ba907f457f6618cc37240b2fb66 "
18- sha256 cellar : :any , arm64_sonoma : "a2c3bf144a59efe29632027782e983de77e92f0aacade22b812c873433992dfc "
19- sha256 cellar : :any , arm64_ventura : "8f6a66d5ca7c55b904adf90e11ca423e038bf387d1591557c715b94bbea0a983 "
20- sha256 cellar : :any , sonoma : "c22b67c417f5ed789fe8e9b3785ebccdb49077d17ed9b158911472bc7734dbd5 "
21- sha256 cellar : :any , ventura : "b9b0851e6eb1a3141f1667b685b05b1379d17c74fd6e6bc0b19fb0c78352a012 "
22- sha256 cellar : :any_skip_relocation , x86_64_linux : "57fc1bff0c4788bf37030172238c5be3f2c0d2a0f93025c1c63f45869e86d5af "
16+ sha256 cellar : :any , arm64_sequoia : "65518d2c2df2c6c4ec6f7a9f0dfe274d790a581226bdf414d5249b2df29d2886 "
17+ sha256 cellar : :any , arm64_sonoma : "39aae1432cd9dbe5a61f20eee14b53f47d1ff7055aabf25c31b76e220eb96a11 "
18+ sha256 cellar : :any , arm64_ventura : "217a709a081272964ed3fb136b1e1ba9bf8b7b07767ae23aa680cc896412c86e "
19+ sha256 cellar : :any , sonoma : "1d7bb3180287d7526099784cadf721ed1234efac4ff76fd845080c9ccad180d0 "
20+ sha256 cellar : :any , ventura : "f74577c87219ab04264c78c157a2262ca8462c6ff519bcc657c09eb4afbcd913 "
21+ sha256 cellar : :any_skip_relocation , x86_64_linux : "31d0cdbc299e8f2759a05e41bd1add117fe7d15379f79480c2733c329c875a52 "
2322 end
2423
2524 head do
@@ -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