summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsudoBash4182020-08-09 16:11:26 -0600
committersudoBash4182020-08-09 16:11:26 -0600
commit1c0462c3519e976006795d2d28f35533f448f915 (patch)
treeada003e778334e51f1defd2089ca11a56e59a1dd
parentc21effe36377228ca438570e95cb658b150dbe24 (diff)
downloadaur-1c0462c3519e976006795d2d28f35533f448f915.tar.gz
Update to 3.9.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e956d46ef221..7d307baa7410 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.2
+ pkgver = 3.9.3
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.2/fuse-3.9.2.tar.xz
- source = https://github.com/libfuse/libfuse/releases/download/fuse-3.9.2/fuse-3.9.2.tar.xz.asc
+ source = https://github.com/libfuse/libfuse/releases/download/fuse-3.9.3/fuse-3.9.3.tar.xz
+ source = https://github.com/libfuse/libfuse/releases/download/fuse-3.9.3/fuse-3.9.3.tar.xz.asc
validpgpkeys = ED31791B2C5C1613AF388B8AD113FCAC3C4E599F
- sha256sums = 6999b6d48e7c0a79628fa901f6e66def3513cab4ffdd8097821e7dc3cdeae08a
+ sha256sums = cd45270a064d2ae14f17cfc914f1555106d6c5091025b0b2698b860399d4ede6
sha256sums = SKIP
pkgname = lib32-fuse3
diff --git a/PKGBUILD b/PKGBUILD
index 9aaa7a4fb953..1ee48272f74c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=fuse
pkgname=lib32-fuse3
-pkgver=3.9.2
+pkgver=3.9.3
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=('6999b6d48e7c0a79628fa901f6e66def3513cab4ffdd8097821e7dc3cdeae08a'
+sha256sums=('cd45270a064d2ae14f17cfc914f1555106d6c5091025b0b2698b860399d4ede6'
'SKIP')
validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F)