Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / fuse3
Commits:
6be35c19 by Antonio Rojas at 2026-01-05T14:24:16+01:00
upgpkg: 3.18.1-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = fuse3
pkgdesc = Interface for userspace programs to export a filesystem to
the Linux kernel
- pkgver = 3.17.4
+ pkgver = 3.18.1
pkgrel = 1
url = https://github.com/libfuse/libfuse
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = fuse3
makedepends = meson
makedepends = udev
options = !emptydirs
- source =
https://github.com/libfuse/libfuse/releases/download/fuse-3.17.4/fuse-3.17.4.tar.gz
+ source =
https://github.com/libfuse/libfuse/releases/download/fuse-3.18.1/fuse-3.18.1.tar.gz
validpgpkeys = ED31791B2C5C1613AF388B8AD113FCAC3C4E599F
- sha256sums =
df9e40ae927b73dc702d0bce7925c0c618af47ad0b13204fbf2be66e54d8528b
+ sha256sums =
dd395c88f29c7540bbdd0b830260ab8092ccb241bb6e66f603643f715fb9322c
pkgname = fuse-common
pkgdesc = Common files for fuse2/3 packages
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgbase=fuse3
pkgname=(fuse-common fuse3)
-pkgver=3.17.4
+pkgver=3.18.1
pkgrel=1
pkgdesc='Interface for userspace programs to export a filesystem to the Linux
kernel'
url='https://github.com/libfuse/libfuse'
@@ -13,7 +13,7 @@ license=('GPL2')
makedepends=('pkg-config' 'meson' 'udev')
options=('!emptydirs')
source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz)
-sha256sums=('df9e40ae927b73dc702d0bce7925c0c618af47ad0b13204fbf2be66e54d8528b')
+sha256sums=('dd395c88f29c7540bbdd0b830260ab8092ccb241bb6e66f603643f715fb9322c')
validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath
<[email protected]>
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fuse3/-/commit/6be35c19ed82f2693e17e52b7368e790feff9b59
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fuse3/-/commit/6be35c19ed82f2693e17e52b7368e790feff9b59
You're receiving this email because of your account on gitlab.archlinux.org.