summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsudoBash4182019-03-11 16:53:38 -0600
committersudoBash4182019-03-11 16:53:38 -0600
commit7ac8c904ce819ba208f5ebc68a01b604df85a084 (patch)
tree998f9511281786031b634f446c6aeeb41ba735f6
parent6f51b54853043e6a403de40e5d41ab4c3320fd76 (diff)
downloadaur-7ac8c904ce819ba208f5ebc68a01b604df85a084.tar.gz
Update to 3.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc14e0c9598b..73513f52d976 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.4.1
+ pkgver = 3.4.2
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.4.1/fuse-3.4.1.tar.xz
- source = https://github.com/libfuse/libfuse/releases/download/fuse-3.4.1/fuse-3.4.1.tar.xz.asc
+ source = https://github.com/libfuse/libfuse/releases/download/fuse-3.4.2/fuse-3.4.2.tar.xz
+ source = https://github.com/libfuse/libfuse/releases/download/fuse-3.4.2/fuse-3.4.2.tar.xz.asc
validpgpkeys = ED31791B2C5C1613AF388B8AD113FCAC3C4E599F
- sha256sums = 88302a8fa56e7871066652495b05faf14b36dca9f1b740e9fb00da0785e60485
+ sha256sums = 224dd4a598e23e114395a9717bc79638ab2b1e42c82ae8210aed9365aff325a3
sha256sums = SKIP
pkgname = lib32-fuse3
diff --git a/PKGBUILD b/PKGBUILD
index 0a7002015c1a..5d7918854d83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=fuse
pkgname=lib32-fuse3
-pkgver=3.4.1
+pkgver=3.4.2
pkgrel=1
pkgdesc="A library that makes it possible to implement a filesystem in a userspace program (32 bit)"
arch=('x86_64')
@@ -13,8 +13,8 @@ depends=('lib32-glibc' 'fuse3')
makedepends=('gcc-multilib' 'meson' 'pkg-config')
source=(${url}/releases/download/${_pkgbase}-${pkgver}/${_pkgbase}-${pkgver}.tar.xz{,.asc})
options=(!libtool)
-sha256sums=('88302a8fa56e7871066652495b05faf14b36dca9f1b740e9fb00da0785e60485'
- 'SKIP')
+sha256sums=('224dd4a598e23e114395a9717bc79638ab2b1e42c82ae8210aed9365aff325a3'
+ 'SKIP')
validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F)
build() {