Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libnfs 6.0.1 #201019

Merged
merged 4 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 2 additions & 15 deletions Formula/lib/libnfs.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Libnfs < Formula

Check notice on line 1 in Formula/lib/libnfs.rb

View workflow job for this annotation

GitHub Actions / Linux

Bottle cache hit

Bottle for libnfs built at de408379bfa (Merge 6c8d7d2640aad7b7f0afa6076d96327eb20e685a into b6fa617ee310dd90604b66395ce8a3524ffe3745, 2024-12-13)

Check notice on line 1 in Formula/lib/libnfs.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for libnfs built at de408379bfa (Merge 6c8d7d2640aad7b7f0afa6076d96327eb20e685a into b6fa617ee310dd90604b66395ce8a3524ffe3745, 2024-12-13)

Check notice on line 1 in Formula/lib/libnfs.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for libnfs built at de408379bfa (Merge 6c8d7d2640aad7b7f0afa6076d96327eb20e685a into b6fa617ee310dd90604b66395ce8a3524ffe3745, 2024-12-13)

Check notice on line 1 in Formula/lib/libnfs.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for libnfs built at de408379bfa (Merge 6c8d7d2640aad7b7f0afa6076d96327eb20e685a into b6fa617ee310dd90604b66395ce8a3524ffe3745, 2024-12-13)

Check notice on line 1 in Formula/lib/libnfs.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for libnfs built at de408379bfa (Merge 6c8d7d2640aad7b7f0afa6076d96327eb20e685a into b6fa617ee310dd90604b66395ce8a3524ffe3745, 2024-12-13)

Check notice on line 1 in Formula/lib/libnfs.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for libnfs built at de408379bfa (Merge 6c8d7d2640aad7b7f0afa6076d96327eb20e685a into b6fa617ee310dd90604b66395ce8a3524ffe3745, 2024-12-13)
desc "C client library for NFS"
homepage "https://github.com/sahlberg/libnfs"
url "https://github.com/sahlberg/libnfs/archive/refs/tags/libnfs-6.0.0.tar.gz"
sha256 "6fe64b5a47b2558484c8beb05819c1f1f3e52cc52a7b3a8b805faf398e9a9c24"
url "https://github.com/sahlberg/libnfs/archive/refs/tags/libnfs-6.0.1.tar.gz"
sha256 "16c2f2f67c68e065304e42a9975e9238f773c53c3cd048574e83c6f8a9f445c3"
license "LGPL-2.1-or-later"

bottle do
Expand All @@ -18,19 +18,6 @@
depends_on "docbook" => :build
depends_on "docbook-xsl" => :build

# Ref: https://github.com/sahlberg/libnfs/commit/2044497b7faba9404a3a17e81cbfdeb5e8aaaa9c
# Remove on next release
patch do
url "https://github.com/sahlberg/libnfs/commit/2044497b7faba9404a3a17e81cbfdeb5e8aaaa9c.patch?full_index=1"
sha256 "b31e61faa640ea1c5b590bc884c57fef2d6c40e9ee94596353648d057026bc1b"
end

# rpath config patch, upstream pr ref, https://github.com/sahlberg/libnfs/pull/502
patch do
url "https://github.com/sahlberg/libnfs/commit/2db7ebd9e15b4fedd2750af1a3d66b146c1da3b7.patch?full_index=1"
sha256 "eed5d8f35742278b74c2592473554a0050da9105432028e82f5b13d32e52d8b8"
end

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

Expand Down
2 changes: 1 addition & 1 deletion 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 1
revision 2
head "https://github.com/MusicPlayerDaemon/MPD.git", branch: "master"

stable do
Expand Down
Loading