Skip to content

Commit

Permalink
Update userspace rcu version to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerilk committed Sep 19, 2024
1 parent 7396a63 commit f997ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lttng-tools/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class LttngTools(AutotoolsPackage):
depends_on('libtool', type='build')
depends_on('libuuid')
depends_on('[email protected]:')
depends_on('[email protected].0:', when='@2.14:')
depends_on('[email protected].1:', when='@2.14:')
depends_on('[email protected]:', when='@2.11:')
depends_on('[email protected]:', when='@:2.10.999')
depends_on('[email protected]:')
Expand Down
1 change: 1 addition & 0 deletions packages/userspace-rcu/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class UserspaceRcu(AutotoolsPackage):
homepage = "https://liburcu.org/"
url = "https://github.com/urcu/userspace-rcu/archive/v0.11.1.tar.gz"

version('0.14.1', sha256='231acb13dc6ec023e836a0f0666f6aab47dc621ecb1d2cd9d9c22f922678abc0')
version('0.14.0', sha256='42fb5129a3fffe5a4b790dfe1ea3a734c69ee095fefbf649326269bba94c262d')
version('0.13.3', sha256='2752d58f05859e8d1c458c6d162f03625dcd51c28e65c54fb419f4074bb07a65')
version('0.13.2', sha256='312d95376e76068b8cc70347676f1570f4f20b3014862f729dc538a316593824')
Expand Down

0 comments on commit f997ea3

Please sign in to comment.