Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
nilfs-utils
Commits:
a75d86e5 by Jelle van der Waa at 2026-02-13T16:30:57+01:00
upgpkg: 2.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = nilfs-utils
pkgdesc = A log-structured file system supporting continuous
snapshotting (userspace utils)
- pkgver = 2.2.15
+ pkgver = 2.3.0
pkgrel = 1
url = http://nilfs.sourceforge.net/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = nilfs-utils
license = LGPL-2.1-or-later
depends = util-linux
backup = etc/nilfs_cleanerd.conf
- source =
http://nilfs.sourceforge.net/download/nilfs-utils-2.2.15.tar.bz2
- sha256sums =
bd71259ab3238c2413b3caabdcd0c788d44f2746360f9cb898b0c74e6bab046d
+ source = http://nilfs.sourceforge.net/download/nilfs-utils-2.3.0.tar.bz2
+ sha256sums =
c0876a7ecd13d4b54cb65abb9ad6cd0bf1ed102d03ca12738f12eab9bd84e67b
pkgname = nilfs-utils
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Geoffroy Carrier <[email protected]>
pkgname=nilfs-utils
-pkgver=2.2.15
+pkgver=2.3.0
pkgrel=1
pkgdesc="A log-structured file system supporting continuous snapshotting
(userspace utils)"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL-2.0-or-later' 'LGPL-2.1-or-later')
backup=('etc/nilfs_cleanerd.conf')
depends=('util-linux')
source=(http://nilfs.sourceforge.net/download/$pkgname-$pkgver.tar.bz2)
-sha256sums=('bd71259ab3238c2413b3caabdcd0c788d44f2746360f9cb898b0c74e6bab046d')
+sha256sums=('c0876a7ecd13d4b54cb65abb9ad6cd0bf1ed102d03ca12738f12eab9bd84e67b')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nilfs-utils/-/commit/a75d86e54fdae6e822b3a4b220af3911742189a5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nilfs-utils/-/commit/a75d86e54fdae6e822b3a4b220af3911742189a5
You're receiving this email because of your account on gitlab.archlinux.org.