summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsudoBash4182019-12-14 20:01:32 -0700
committersudoBash4182019-12-14 20:01:32 -0700
commit55c2cb0502fca836e26296d85af0d8645cbf0f4a (patch)
tree0828b19301344d17ec879322b400c9e4a7ca64ea
parent6bbf3a0f1409f697cfc830f42924255a62e50fab (diff)
downloadaur-55c2cb0502fca836e26296d85af0d8645cbf0f4a.tar.gz
Update to 3.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2273138fb45e..6033b2742c47 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.8.0
+ pkgver = 3.9.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.8.0/fuse-3.8.0.tar.xz
- source = https://github.com/libfuse/libfuse/releases/download/fuse-3.8.0/fuse-3.8.0.tar.xz.asc
+ 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
validpgpkeys = ED31791B2C5C1613AF388B8AD113FCAC3C4E599F
- sha256sums = 4a464f6df782a1dca1f7e85bf64ff6ece9547b389557aae4160371cb1c898d61
+ sha256sums = fcb7079a1bb4e510377b427d1c5c37c349281d498e249ae0c2379b4cf50059c2
sha256sums = SKIP
pkgname = lib32-fuse3
diff --git a/PKGBUILD b/PKGBUILD
index f31767b705cc..313ba8f84d63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=fuse
pkgname=lib32-fuse3
-pkgver=3.8.0
+pkgver=3.9.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=('4a464f6df782a1dca1f7e85bf64ff6ece9547b389557aae4160371cb1c898d61'
+sha256sums=('fcb7079a1bb4e510377b427d1c5c37c349281d498e249ae0c2379b4cf50059c2'
'SKIP')
validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F)