Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
lxcfs
Commits:
46ae7622 by Morten Linderud at 2024-12-22T19:52:20+01:00
upgpkg: 6.0.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = lxcfs
pkgdesc = FUSE filesystem for LXC
- pkgver = 6.0.2
+ pkgver = 6.0.3
pkgrel = 1
url = https://linuxcontainers.org/
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = lxcfs
depends = fuse3
depends = dbus-glib
options = emptydirs
- source = https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.2.tar.gz
- source =
https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.2.tar.gz.asc
+ source = https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.3.tar.gz
+ source =
https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.3.tar.gz.asc
validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
- sha256sums =
81016140b70e3b0977e637651197d2c29d02dd73d824e94cd97c19e64c74071c
+ sha256sums =
886484d4a74d33dfa285635d5ebef20b0686a64901d23e00dc0f4496c10c1114
sha256sums = SKIP
pkgname = lxcfs
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=lxcfs
-pkgver=6.0.2
+pkgver=6.0.3
pkgrel=1
pkgdesc="FUSE filesystem for LXC"
arch=(x86_64)
@@ -14,7 +14,7 @@ makedepends=('help2man' 'meson' 'python-jinja' 'systemd')
options=('emptydirs')
source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz"{,.asc})
validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-sha256sums=('81016140b70e3b0977e637651197d2c29d02dd73d824e94cd97c19e64c74071c'
+sha256sums=('886484d4a74d33dfa285635d5ebef20b0686a64901d23e00dc0f4496c10c1114'
'SKIP')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lxcfs/-/commit/46ae7622c97cf4ddcc25a33c15094742a7b39fd6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lxcfs/-/commit/46ae7622c97cf4ddcc25a33c15094742a7b39fd6
You're receiving this email because of your account on gitlab.archlinux.org.