Skip to content

Commit a3b5b41

Browse files
authored
Merge pull request #224570 from Homebrew/bump-metaproxy-1.22.1
metaproxy 1.22.1
2 parents 804c2d6 + d0e7391 commit a3b5b41

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2327,6 +2327,7 @@ meson
23272327
meta-package-manager
23282328
metabase
23292329
metals
2330+
metaproxy
23302331
metricbeat
23312332
mfem
23322333
mgba

Formula/m/metaproxy.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Metaproxy < Formula
22
desc "Z39.50 proxy and router utilizing Yaz toolkit"
33
homepage "https://www.indexdata.com/resources/software/metaproxy/"
4-
url "https://ftp.indexdata.com/pub/metaproxy/metaproxy-1.22.0.tar.gz"
5-
sha256 "0e23e251509451170f26e7adf649fa8cc40bd9ade36cdac24a6045ec9efb93ac"
4+
url "https://ftp.indexdata.com/pub/metaproxy/metaproxy-1.22.1.tar.gz"
5+
sha256 "d67a9f7fc9d36ccea8c4770c96c4ae2bc4250f484f941cbeec2a11695ec8d7b8"
66
license "GPL-2.0-or-later"
77

88
# The homepage doesn't link to the latest source file, so we have to check
@@ -13,13 +13,13 @@ class Metaproxy < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any, arm64_sequoia: "7835fb6cae644ed2f39a5664c5666a9e99d0b3c2d933c66d8e409794563973b4"
17-
sha256 cellar: :any, arm64_sonoma: "4fbd1191d8611e77b713ea885cfbb4943bc10ff9599c262231c20a0b765a3240"
18-
sha256 cellar: :any, arm64_ventura: "2ee377cd3bdd574ddccefa39c1684c91d4d05870997166109a0c036c8b10b90c"
19-
sha256 cellar: :any, sonoma: "e239d6eb5b4aab05803d2577a9ad2a295608a87b8957158697c20cc87874c38d"
20-
sha256 cellar: :any, ventura: "66b591ffa521626a5dfd61409ce25dfef21051920c7298dfaa600dd8fcda5643"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "e26a07e78261675b72915ce44711749a706d54601c110db6cd6133bb18c7ea35"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4a5b8efcb37c726dd8284a18f67b95bc304be3c59f1487542ef157990a78eb16"
16+
sha256 cellar: :any, arm64_sequoia: "cc491840e22486538a41b371ddf6f4ccb8a5d979319fb5b80d8b135b20cef13d"
17+
sha256 cellar: :any, arm64_sonoma: "b6d34b512fbfde767f33c8f0481db3d9bce926b3fa8e243ddf33ddae776e1db2"
18+
sha256 cellar: :any, arm64_ventura: "c4f1b360f83e40c4bddda2a33765cfa9a889fb15e604d02924edc4b1a6b0da28"
19+
sha256 cellar: :any, sonoma: "678f0f79e1f5c7b0dda4140c2e769b5ba31a7b409ef98ff042125794aee119ff"
20+
sha256 cellar: :any, ventura: "d419856bdf031a9d82300b4e1d07711a2716ad6cc4bf7cca8dba4f5c3381f347"
21+
sha256 cellar: :any_skip_relocation, arm64_linux: "84c0c0ccfd26ca56b7a4b07a2a593509ec3f3340e2d75e54e758df8c1d8af4a8"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f942530680f0423e8faa116c235631349055ba5afa9b021352b582caf593bf0e"
2323
end
2424

2525
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)