summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsudoBash4182022-05-03 09:36:45 -0600
committersudoBash4182022-05-03 09:36:45 -0600
commit874f38d68e40610e5b766a84569c885913ff2d72 (patch)
treea46b830eb2bd0ebe7f61593404cb476625610f1e
parent58c7c53675099a6a01b3f7ccdc5442aa6852716b (diff)
downloadaur-874f38d68e40610e5b766a84569c885913ff2d72.tar.gz
Update to 3.11.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bb87eae5c5d..86e938e006e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-fuse3
pkgdesc = A library that makes it possible to implement a filesystem in a userspace program (32 bit)
- pkgver = 3.10.5
+ pkgver = 3.11.0
pkgrel = 1
url = https://github.com/libfuse/libfuse
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = lib32-fuse3
depends = lib32-glibc
depends = fuse3
options = !libtool
- source = https://github.com/libfuse/libfuse/releases/download/fuse-3.10.5/fuse-3.10.5.tar.xz
- source = https://github.com/libfuse/libfuse/releases/download/fuse-3.10.5/fuse-3.10.5.tar.xz.asc
+ source = https://github.com/libfuse/libfuse/releases/download/fuse-3.11.0/fuse-3.11.0.tar.xz
+ source = https://github.com/libfuse/libfuse/releases/download/fuse-3.11.0/fuse-3.11.0.tar.xz.asc
validpgpkeys = ED31791B2C5C1613AF388B8AD113FCAC3C4E599F
- sha256sums = b2e283485d47404ac896dd0bb7f7ba81e1470838e677e45f659804c3a3b69666
+ sha256sums = 8982c4c521daf3974dda8a5d55d575c988da13a571970f00aea149eb54fdf14c
sha256sums = SKIP
pkgname = lib32-fuse3
diff --git a/PKGBUILD b/PKGBUILD
index 6dbd8bdeb896..988eaf4413f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=fuse
pkgname=lib32-fuse3
-pkgver=3.10.5
+pkgver=3.11.0
pkgrel=1
pkgdesc="A library that makes it possible to implement a filesystem in a userspace program (32 bit)"
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('lib32-glibc' 'fuse3')
makedepends=('gcc-multilib' 'meson' 'pkg-config')
source=(${url}/releases/download/${_pkgbase}-${pkgver}/${_pkgbase}-${pkgver}.tar.xz{,.asc})
options=(!libtool)
-sha256sums=('b2e283485d47404ac896dd0bb7f7ba81e1470838e677e45f659804c3a3b69666'
+sha256sums=('8982c4c521daf3974dda8a5d55d575c988da13a571970f00aea149eb54fdf14c'
'SKIP')
validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F)