Skip to content

Commit

Permalink
Merge pull request #201143 from Homebrew/bump-libnfs-6.0.2
Browse files Browse the repository at this point in the history
libnfs 6.0.2
  • Loading branch information
BrewTestBot authored Dec 14, 2024
2 parents b9fea19 + 392e49e commit 36a4bcb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions Formula/lib/libnfs.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class Libnfs < Formula
desc "C client library for NFS"
homepage "https://github.com/sahlberg/libnfs"
url "https://github.com/sahlberg/libnfs/archive/refs/tags/libnfs-6.0.1.tar.gz"
sha256 "16c2f2f67c68e065304e42a9975e9238f773c53c3cd048574e83c6f8a9f445c3"
url "https://github.com/sahlberg/libnfs/archive/refs/tags/libnfs-6.0.2.tar.gz"
sha256 "4e5459cc3e0242447879004e9ad28286d4d27daa42cbdcde423248fad911e747"
license "LGPL-2.1-or-later"

bottle do
sha256 cellar: :any, arm64_sequoia: "a7dde222002bc32bffc79d59ef75f13f904c1704ea9cedb4caed9a427f60e115"
sha256 cellar: :any, arm64_sonoma: "3bd08fd8c27af6c0a48fc215feb89ba9879054b16b5f9dc465c5a99bc1f015ef"
sha256 cellar: :any, arm64_ventura: "8981260780efb3ae005b7a8d873eea61c4d9c4a68939b66185ac3e997e87f36d"
sha256 cellar: :any, sonoma: "74330ab7704e64e960f637a725692b50fbd175fe5fab6e0845fd45d19bf6c0bd"
sha256 cellar: :any, ventura: "234d992e081fc292e7227e7c49b88ab45c9d18912df1d7831096b8dbce463649"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a71129f89e6532aa5e969acd7603c58c77dd6c133d3a84b5242bea49bfb8d631"
sha256 cellar: :any, arm64_sequoia: "2e9065bfd3abd3ffe1d38f5637551210ee628b9512eedeb4d30ec5889c2cd346"
sha256 cellar: :any, arm64_sonoma: "146e3c3bff06a7f0235889cc38a392f4fa2a0371a03523f697a764b2c59ee770"
sha256 cellar: :any, arm64_ventura: "d7e4428a240be4fd0c4fec619de6b93846305156b054b8e813917a2a70a17a26"
sha256 cellar: :any, sonoma: "4509c2de7ad0dc7583d3d4ad6f17719eaf306adf33dcc5e8b272a69c153aa276"
sha256 cellar: :any, ventura: "15287f2942eb74117211df3c6b6bdb9bda26755f4d725c6e355bde38e162e7ba"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0477428f6b57eb2ebc18e86a9c62951d42623dfb516b6f8e6b409625f943a233"
end

depends_on "cmake" => :build
Expand Down
14 changes: 7 additions & 7 deletions Formula/m/mpd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class Mpd < Formula
desc "Music Player Daemon"
homepage "https://github.com/MusicPlayerDaemon/MPD"
license "GPL-2.0-or-later"
revision 2
revision 3
head "https://github.com/MusicPlayerDaemon/MPD.git", branch: "master"

stable do
Expand All @@ -17,12 +17,12 @@ class Mpd < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "78824e8522be8ed0295a10425e51d240dd57ca42b7144575cf927a8c96a5f05d"
sha256 cellar: :any, arm64_sonoma: "cf82215e0eae9339430efb14492ed1d1666bc4894b3a272245276afb99d2fcfc"
sha256 cellar: :any, arm64_ventura: "e9c07153717e45bd7ed0a520cfaf682d83de67a02ec3b34b7c99f11dc55d3474"
sha256 cellar: :any, sonoma: "04c50d82ff1c8ab9e8fa0b82cb20c4b22ec126de59ac9fc66440431d70ac5a23"
sha256 cellar: :any, ventura: "48c49888012335ccb8bc37f86d5389aa4e4e96c436da8916f953f432005a7ad0"
sha256 x86_64_linux: "5a78d9d87bb558211f09dced67d583c0673ed39a836ba7e583d9193cc01c35b4"
sha256 cellar: :any, arm64_sequoia: "9a9354f8f2e68f7b9a7f3374c69a6216e3bbbddfdf00c88bee70a11f7024ffd6"
sha256 cellar: :any, arm64_sonoma: "1a816d6549cf5485e60b818e86933166a97af3f0f838fd9e4436b0d56b20262a"
sha256 cellar: :any, arm64_ventura: "7959d13d7d3e5e64d658b77b0f7204237b7bd0a8b74a200a34c55c3116a8f727"
sha256 cellar: :any, sonoma: "34d9b1cd6e9963b8fa4042ea49b0b85aedb28574c5a3576d3a113c29f378da2a"
sha256 cellar: :any, ventura: "6c57462d32ab0bbe02bcb8d36547d8895dc19e468ce3c6ffb626cbbeab15cc3e"
sha256 x86_64_linux: "312aa5516ab7ba1c7018425dea8b0439850c6727d4073a85fd1e789d84889ad0"
end

depends_on "boost" => :build
Expand Down

0 comments on commit 36a4bcb

Please sign in to comment.