Skip to content

Commit

Permalink
Merge pull request #204406 from Homebrew/bump-libsecret-0.21.6
Browse files Browse the repository at this point in the history
libsecret 0.21.6
  • Loading branch information
BrewTestBot authored Jan 16, 2025
2 parents b2474cd + d6dd6eb commit 6c32107
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions Formula/lib/libsecret.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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.5.tar.xz"
sha256 "08f45c44760ab4c2d6febd6e0eeb421663b29a72be52c48c61c507b0ef6a7920"
url "https://download.gnome.org/sources/libsecret/0.21/libsecret-0.21.6.tar.xz"
sha256 "747b8c175be108c880d3adfb9c3537ea66e520e4ad2dccf5dce58003aeeca090"
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
Expand All @@ -14,12 +14,12 @@ class Libsecret < Formula
end

bottle do
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"
sha256 cellar: :any, arm64_sequoia: "4276a39237897a4ab5d19eadb4ff5039f4e6d277ae72b5e2d1e86e50f32f7f2d"
sha256 cellar: :any, arm64_sonoma: "295d7e264d8ee325eb0ff2143f02ad81148495e47cd1dd4e7174661f4dfe5dc2"
sha256 cellar: :any, arm64_ventura: "628038371a126d7c0ce143990a42d758bc1bdf2b59524a42763a689cb4477496"
sha256 cellar: :any, sonoma: "84dd23695183b1b623265e938722950ab9b6a808a1d36d1654fd7ee002fea297"
sha256 cellar: :any, ventura: "4f156a011bda9e27985a1cf8ccc7ff88fd4c5b5742ab01dcf7d1d3d69bfcacf3"
sha256 x86_64_linux: "1d3495802ba6577f91b1c62e5270b0af6950cb0c7f7f5d08bcf5c24f2b09ef91"
end

depends_on "docbook-xsl" => :build
Expand All @@ -37,12 +37,6 @@ 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 6c32107

Please sign in to comment.