summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortammert2022-07-04 15:02:36 +0200
committertammert2022-07-04 15:02:36 +0200
commit1fad31f9ff3bb54ae1b494b31b8792556850f853 (patch)
treecf0c0abf869d1e18ca5783dc16da62fa184afee8
parent4e053343c410ac0460a8e019a315efdd6b80cb97 (diff)
downloadaur-1fad31f9ff3bb54ae1b494b31b8792556850f853.tar.gz
Updated to 0.41.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e760f0bcc5c4..9c411d322181 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gcsfuse
pkgdesc = A user-space file system for interacting with Google Cloud Storage
- pkgver = 0.39.2
+ pkgver = 0.41.4
pkgrel = 1
url = https://github.com/GoogleCloudPlatform/gcsfuse
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = gcsfuse
depends = glibc
depends = fuse
optdepends = google-cloud-sdk: authentication helper
- source = gcsfuse-0.39.2::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.39.2.tar.gz
- sha256sums = 25b79e35b3e3acf4a3d545100f804d13bd7fccf3b6c26264a306d26c90a94a07
+ source = gcsfuse-0.41.4::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.41.4.tar.gz
+ sha256sums = c35c6b5fa09e12e300aea71b046dd1e0baa7b7f14a9e159ed4d4427216ec73fa
pkgname = gcsfuse
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() {