Skip to content

Commit

Permalink
Merge pull request #204311 from Homebrew/bump-libsecret-0.21.5
Browse files Browse the repository at this point in the history
libsecret 0.21.5
  • Loading branch information
BrewTestBot authored Jan 15, 2025
2 parents da44e05 + 36bd99a commit f83d9a5
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions Formula/lib/libsecret.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Libsecret < Formula
desc "Library for storing/retrieving passwords and other secrets"
homepage "https://wiki.gnome.org/Projects/Libsecret"
url "https://download.gnome.org/sources/libsecret/0.21/libsecret-0.21.4.tar.xz"
sha256 "163d08d783be6d4ab9a979ceb5a4fecbc1d9660d3c34168c581301cd53912b20"
license "LGPL-2.1-or-later"
url "https://download.gnome.org/sources/libsecret/0.21/libsecret-0.21.5.tar.xz"
sha256 "08f45c44760ab4c2d6febd6e0eeb421663b29a72be52c48c61c507b0ef6a7920"
license all_of: ["LGPL-2.1-or-later", "GPL-2.0-or-later", "Apache-2.0"]

# libsecret doesn't use GNOME's "even-numbered minor is stable" version
# scheme. This regex is the same as the one generated by the `Gnome` strategy
Expand All @@ -14,14 +14,12 @@ class Libsecret < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "50e5f771aa551730a1f311d965730283ba5e0aef8665b71c4ba12ec75db03d3f"
sha256 cellar: :any, arm64_sonoma: "844f8b10821660e2cf4ee2a41870ef5157475e7bd983ad4902364bee227b7d9e"
sha256 cellar: :any, arm64_ventura: "366983f28d6e6d1902f3db15dd6820b1d98f3a5d428fcbcff96b5acbae5f8f33"
sha256 cellar: :any, arm64_monterey: "ba020d35c50475b48171733da01a4e64d9c9eddb44cb2628e16aa9aa8d90aa75"
sha256 cellar: :any, sonoma: "ce2e4f76aff32ff460e9e2d7e0b33b793b21198ff129263284e261ce787fd744"
sha256 cellar: :any, ventura: "597ef705442807a894e8da264b91fd9c3a459b86d2cbc603a9d20009a1cc4a8f"
sha256 cellar: :any, monterey: "852e9303bb505b035ac0be971ebc5cc1575cb04478cbf38bdbe3488ec61e1070"
sha256 x86_64_linux: "54a706903821db3696f0ace2272830f2f04b524edd6f01d4aa4dad0ba2d2287f"
sha256 cellar: :any, arm64_sequoia: "20408875ea75e702404654363420d888a02ced7b35b97f295e3bbc16cb9f9331"
sha256 cellar: :any, arm64_sonoma: "bf819debe42b4c9833abca12e326dfc5721f0b7f3d69ee462ef209227801d9db"
sha256 cellar: :any, arm64_ventura: "c4ed62702f6b6c68a506dc35eda900f79f5793df4acfb174683233204aae1d00"
sha256 cellar: :any, sonoma: "1567164ecb7cdd573805fc2a0eeae0b6642a77e5ff75dcb9e102144c8b4c5038"
sha256 cellar: :any, ventura: "43621d72968c730e00632615bab4a5bc4fa951507149f6c1ae9cd28ae3139b84"
sha256 x86_64_linux: "03ab09b840c2b20e9ad207f8408bab5ca79d0c33852d9fd054e8e448ca0ad617"
end

depends_on "docbook-xsl" => :build
Expand All @@ -39,6 +37,12 @@ class Libsecret < Formula
depends_on "gettext"
end

# ignore dbus test for macos build, upstream pr ref, https://gitlab.gnome.org/GNOME/libsecret/-/merge_requests/156
patch do
url "https://gitlab.gnome.org/GNOME/libsecret/-/commit/952caf24867b80b65935f856fb8fb4f96d93c43c.diff"
sha256 "a175d262c887961bd380130c8354a4d2919027b592a7949d8e94773e46683e0f"
end

def install
ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog"

Expand Down

0 comments on commit f83d9a5

Please sign in to comment.