Skip to content

Commit b29617a

Browse files
authored
Merge pull request #220051 from Homebrew/bump-userspace-rcu-0.15.2
userspace-rcu 0.15.2
2 parents c603177 + cbf857a commit b29617a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: Formula/u/userspace-rcu.rb

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class UserspaceRcu < Formula
22
desc "Library for userspace RCU (read-copy-update)"
33
homepage "https://liburcu.org"
4-
url "https://lttng.org/files/urcu/userspace-rcu-0.15.1.tar.bz2"
5-
sha256 "98d66cc12f2c5881879b976f0c55d10d311401513be254e3bd28cf3811fb50c8"
4+
url "https://lttng.org/files/urcu/userspace-rcu-0.15.2.tar.bz2"
5+
sha256 "59f36f2b8bda1b7620a7eced2634f26c549444818a8313025a3bb09c0766a61d"
66
license all_of: ["LGPL-2.1-or-later", "MIT"]
77

88
livecheck do
@@ -11,13 +11,13 @@ class UserspaceRcu < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any, arm64_sequoia: "73162f8ca4046c86b0586c58ece0d22d13eaa231634eb2674b5d695ae39c5b02"
15-
sha256 cellar: :any, arm64_sonoma: "5fe51b86da5faf4f3707e2faf929f26d519d1f20dddcd37c650e98e2d9314294"
16-
sha256 cellar: :any, arm64_ventura: "382b08ef29134ccfe9f7602277174166c4efec6aa9a0250758f5a586043b6513"
17-
sha256 cellar: :any, sonoma: "98db909a5f8d435a97f719f591aed551ff339ce0dbed53016b42196361914da9"
18-
sha256 cellar: :any, ventura: "e078d7b289f0dde96dd60f6397146b3e67b076d8843267c5812e09592889947d"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "0aca902724285d0fce858f8e0253b15606c22e1cb648ebe5d608babf52ce0344"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b7e6918916e2c888dbd677a33429f01ec181c1fe965a729c0d471f2957bcb5c3"
14+
sha256 cellar: :any, arm64_sequoia: "909b0fe5d1c42ce94ba41db2031f73236afaf7774f6f46a1d45595992e7a6d28"
15+
sha256 cellar: :any, arm64_sonoma: "ca36b22ce3d54f4027f040c32f9c57baf79fd808c293d5582042bc649845c0b7"
16+
sha256 cellar: :any, arm64_ventura: "2dc5698dd2089bdf247af9d49dc6471033a591413c09c50fad34bec13eb37a04"
17+
sha256 cellar: :any, sonoma: "41e7b0d20a209b8ba60eac6057f07abdaf56651b4654e42ebf332a7588982c02"
18+
sha256 cellar: :any, ventura: "7e741243e7a162d891f10f066ba53db5fe6c3a43161f43163c37b4044cfac991"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "fbb45160931cef3a14c1a9f962ea959080c56e6de32da754d5dcbf2ec76bde44"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "240da85fe84ae40170bcb0fce2c1e72dfcbbfc068049d5ac4e7aa682083d59b7"
2121
end
2222

2323
def install

0 commit comments

Comments
 (0)