summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsudoBash4182020-03-19 19:20:24 -0600
committersudoBash4182020-03-19 19:20:24 -0600
commit317c0328555f091e81036a50623a6c24cbbb96d9 (patch)
treeaeb65b523aa40e34b1741c6d7e17ce8abcce5142
parent55c2cb0502fca836e26296d85af0d8645cbf0f4a (diff)
downloadaur-317c0328555f091e81036a50623a6c24cbbb96d9.tar.gz
Update to 3.9.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6033b2742c47..e7d71e88611a 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.9.0
+ pkgver = 3.9.1
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.9.0/fuse-3.9.0.tar.xz
- source = https://github.com/libfuse/libfuse/releases/download/fuse-3.9.0/fuse-3.9.0.tar.xz.asc
+ source = https://github.com/libfuse/libfuse/releases/download/fuse-3.9.1/fuse-3.9.1.tar.xz
+ source = https://github.com/libfuse/libfuse/releases/download/fuse-3.9.1/fuse-3.9.1.tar.xz.asc
validpgpkeys = ED31791B2C5C1613AF388B8AD113FCAC3C4E599F
- sha256sums = fcb7079a1bb4e510377b427d1c5c37c349281d498e249ae0c2379b4cf50059c2
+ sha256sums = 1bafcfd6c66ba35b7b0beb822532a9106eb8409ad6cde988888fde85f89be645
sha256sums = SKIP
pkgname = lib32-fuse3
diff --git a/PKGBUILD b/PKGBUILD
index 313ba8f84d63..76c541cb875d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=fuse
pkgname=lib32-fuse3
-pkgver=3.9.0
+pkgver=3.9.1
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=('fcb7079a1bb4e510377b427d1c5c37c349281d498e249ae0c2379b4cf50059c2'
+sha256sums=('1bafcfd6c66ba35b7b0beb822532a9106eb8409ad6cde988888fde85f89be645'
'SKIP')
validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F)