|
1 | 1 | class Libnfs < Formula |
2 | 2 | desc "C client library for NFS" |
3 | 3 | homepage "https://github.com/sahlberg/libnfs" |
4 | | - url "https://github.com/sahlberg/libnfs/archive/refs/tags/libnfs-6.0.0.tar.gz" |
5 | | - sha256 "6fe64b5a47b2558484c8beb05819c1f1f3e52cc52a7b3a8b805faf398e9a9c24" |
| 4 | + url "https://github.com/sahlberg/libnfs/archive/refs/tags/libnfs-6.0.1.tar.gz" |
| 5 | + sha256 "16c2f2f67c68e065304e42a9975e9238f773c53c3cd048574e83c6f8a9f445c3" |
6 | 6 | license "LGPL-2.1-or-later" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any, arm64_sequoia: "fcb8f457b3c931062da17f2b03dc212cac367b2c03bc62b2b74cdffc6c5e6df4" |
10 | | - sha256 cellar: :any, arm64_sonoma: "21ce9df74b1ef7002f78d97a6fd03ed5e7d14f16649a415fa3fcebda67ccbf28" |
11 | | - sha256 cellar: :any, arm64_ventura: "a528cf7f37ed7c7372cf2af7ea4ce62898fc47b711a30d0f0ec9382c0808f828" |
12 | | - sha256 cellar: :any, sonoma: "1137695cb76bf3596ce1f1ed1ddbc6027c588555eeb6f017c2c3f052bab1a04b" |
13 | | - sha256 cellar: :any, ventura: "7260fb1a04639b3c2c4b1e8967a8b75ec012540d9de6d612079749799f42021c" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "c526e05b0f69358b24b175a100e4ddfae37f82a747286c6c1d0580731ce259e8" |
| 9 | + sha256 cellar: :any, arm64_sequoia: "a7dde222002bc32bffc79d59ef75f13f904c1704ea9cedb4caed9a427f60e115" |
| 10 | + sha256 cellar: :any, arm64_sonoma: "3bd08fd8c27af6c0a48fc215feb89ba9879054b16b5f9dc465c5a99bc1f015ef" |
| 11 | + sha256 cellar: :any, arm64_ventura: "8981260780efb3ae005b7a8d873eea61c4d9c4a68939b66185ac3e997e87f36d" |
| 12 | + sha256 cellar: :any, sonoma: "74330ab7704e64e960f637a725692b50fbd175fe5fab6e0845fd45d19bf6c0bd" |
| 13 | + sha256 cellar: :any, ventura: "234d992e081fc292e7227e7c49b88ab45c9d18912df1d7831096b8dbce463649" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "a71129f89e6532aa5e969acd7603c58c77dd6c133d3a84b5242bea49bfb8d631" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "cmake" => :build |
18 | 18 | depends_on "docbook" => :build |
19 | 19 | depends_on "docbook-xsl" => :build |
20 | 20 |
|
21 | | - # Ref: https://github.com/sahlberg/libnfs/commit/2044497b7faba9404a3a17e81cbfdeb5e8aaaa9c |
22 | | - # Remove on next release |
23 | | - patch do |
24 | | - url "https://github.com/sahlberg/libnfs/commit/2044497b7faba9404a3a17e81cbfdeb5e8aaaa9c.patch?full_index=1" |
25 | | - sha256 "b31e61faa640ea1c5b590bc884c57fef2d6c40e9ee94596353648d057026bc1b" |
26 | | - end |
27 | | - |
28 | | - # rpath config patch, upstream pr ref, https://github.com/sahlberg/libnfs/pull/502 |
29 | | - patch do |
30 | | - url "https://github.com/sahlberg/libnfs/commit/2db7ebd9e15b4fedd2750af1a3d66b146c1da3b7.patch?full_index=1" |
31 | | - sha256 "eed5d8f35742278b74c2592473554a0050da9105432028e82f5b13d32e52d8b8" |
32 | | - end |
33 | | - |
34 | 21 | def install |
35 | 22 | ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog" |
36 | 23 |
|
|
0 commit comments