Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages /
fuse3
Commits:
0ef75049 by Anatol Pomozov at 2025-03-24T21:55:04-07:00
upgpkg: 3.17.1-1
- - - - -
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.16.2
+ pkgver = 3.17.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.16.2/fuse-3.16.2.tar.gz
+ source =
https://github.com/libfuse/libfuse/releases/download/fuse-3.17.1/fuse-3.17.1.tar.gz
validpgpkeys = ED31791B2C5C1613AF388B8AD113FCAC3C4E599F
- sha256sums =
f797055d9296b275e981f5f62d4e32e089614fc253d1ef2985851025b8a0ce87
+ sha256sums =
2d8ae87a4525fbfa1db5e5eb010ff6f38140627a7004554ed88411c1843d51b2
pkgname = fuse-common
pkgdesc = Common files for fuse2/3 packages
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgbase=fuse3
pkgname=(fuse-common fuse3)
-pkgver=3.16.2
+pkgver=3.17.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=('f797055d9296b275e981f5f62d4e32e089614fc253d1ef2985851025b8a0ce87')
+sha256sums=('2d8ae87a4525fbfa1db5e5eb010ff6f38140627a7004554ed88411c1843d51b2')
validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath
<[email protected]>
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fuse3/-/commit/0ef75049d77b45d9dad9704930aa7277a645dafb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fuse3/-/commit/0ef75049d77b45d9dad9704930aa7277a645dafb
You're receiving this email because of your account on gitlab.archlinux.org.