summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortammert2022-07-04 15:02:36 +0200
committertammert2022-07-04 15:02:36 +0200
commit1fad31f9ff3bb54ae1b494b31b8792556850f853 (patch)
treecf0c0abf869d1e18ca5783dc16da62fa184afee8 /PKGBUILD
parent4e053343c410ac0460a8e019a315efdd6b80cb97 (diff)
downloadaur-1fad31f9ff3bb54ae1b494b31b8792556850f853.tar.gz
Updated to 0.41.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f21c54fafd5d..52c282937883 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: zfo <zfoofz1@gmail.com>
pkgname=gcsfuse
-pkgver=0.39.2
+pkgver=0.41.4
pkgrel=1
pkgdesc="A user-space file system for interacting with Google Cloud Storage"
url="https://github.com/GoogleCloudPlatform/gcsfuse"
@@ -14,7 +14,7 @@ depends=('glibc' 'fuse')
makedepends=('git' 'go')
optdepends=('google-cloud-sdk: authentication helper')
source=("$pkgname-$pkgver::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v$pkgver.tar.gz")
-sha256sums=('25b79e35b3e3acf4a3d545100f804d13bd7fccf3b6c26264a306d26c90a94a07')
+sha256sums=('c35c6b5fa09e12e300aea71b046dd1e0baa7b7f14a9e159ed4d4427216ec73fa')
_gourl=github.com/googlecloudplatform/gcsfuse
build() {