summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsudoBash4182022-09-08 17:45:07 -0600
committersudoBash4182022-09-08 17:45:07 -0600
commit412d2386ab92e70d026d895f6c762dc10d926b73 (patch)
treedc7484daf852d55b5ab1e3f688a1e937b432b222
parent874f38d68e40610e5b766a84569c885913ff2d72 (diff)
downloadaur-412d2386ab92e70d026d895f6c762dc10d926b73.tar.gz
Update to 3.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86e938e006e5..e1eb0568eda7 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.11.0
+ pkgver = 3.12.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.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
+ source = https://github.com/libfuse/libfuse/releases/download/fuse-3.12.0/fuse-3.12.0.tar.xz
+ source = https://github.com/libfuse/libfuse/releases/download/fuse-3.12.0/fuse-3.12.0.tar.xz.asc
validpgpkeys = ED31791B2C5C1613AF388B8AD113FCAC3C4E599F
- sha256sums = 8982c4c521daf3974dda8a5d55d575c988da13a571970f00aea149eb54fdf14c
+ sha256sums = 33b8a92d6f7a88e6a889f0009206933482f48f3eb85d88cf09ef551313ac7373
sha256sums = SKIP
pkgname = lib32-fuse3
diff --git a/PKGBUILD b/PKGBUILD
index 988eaf4413f4..8028a18ebd32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=fuse
pkgname=lib32-fuse3
-pkgver=3.11.0
+pkgver=3.12.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=('8982c4c521daf3974dda8a5d55d575c988da13a571970f00aea149eb54fdf14c'
+sha256sums=('33b8a92d6f7a88e6a889f0009206933482f48f3eb85d88cf09ef551313ac7373'
'SKIP')
validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F)