Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
xrootd
Commits:
f1e8e483 by Jakub Klinkovský at 2025-11-20T07:51:20+01:00
upgpkg: 5.9.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = xrootd
pkgdesc = Software framework for fast, low latency, scalable and fault
tolerant data access.
- pkgver = 5.9.0
+ pkgver = 5.9.1
pkgrel = 1
url = https://xrootd.slac.stanford.edu/
arch = x86_64
@@ -42,7 +42,7 @@ pkgbase = xrootd
depends = libuuid.so
depends = zlib
depends = libz.so
- source = xrootd::git+https://github.com/xrootd/xrootd.git#tag=v5.9.0
- b2sums =
a4be53ed72bb2933b9eadbdf6defe744ee4038ef2bd4b9c859b7778b60176317bc4d1815eb574d32e32972e781a0aa6e2ee95b883ab1621e41587c19db7203d1
+ source = xrootd::git+https://github.com/xrootd/xrootd.git#tag=v5.9.1
+ b2sums =
e6887be57333f2a7a75b01a6759ca414348bdc4a217d4db7ee90665120c657a4471787dea93d58746c678ed69c0fb83d68b2834698447ec010b3efc630bce530
pkgname = xrootd
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Alex Pearce < alex at alexpearce dot me >
pkgname=xrootd
-pkgver=5.9.0
+pkgver=5.9.1
pkgrel=1
pkgdesc="Software framework for fast, low latency, scalable and fault tolerant
data access."
arch=(x86_64)
@@ -44,7 +44,7 @@ checkdepends=(
procps-ng # some tests use ps
)
source=("$pkgname::git+https://github.com/$pkgname/$pkgname.git#tag=v$pkgver")
-b2sums=('a4be53ed72bb2933b9eadbdf6defe744ee4038ef2bd4b9c859b7778b60176317bc4d1815eb574d32e32972e781a0aa6e2ee95b883ab1621e41587c19db7203d1')
+b2sums=('e6887be57333f2a7a75b01a6759ca414348bdc4a217d4db7ee90665120c657a4471787dea93d58746c678ed69c0fb83d68b2834698447ec010b3efc630bce530')
build() {
local cmake_options=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xrootd/-/commit/f1e8e48303d8dc27942fe3cef10598ce81f04e4f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xrootd/-/commit/f1e8e48303d8dc27942fe3cef10598ce81f04e4f
You're receiving this email because of your account on gitlab.archlinux.org.