summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortammert2022-02-03 20:44:52 +0100
committertammert2022-02-03 20:44:52 +0100
commit4e053343c410ac0460a8e019a315efdd6b80cb97 (patch)
treecd26ee9785892c49b89251195e3aebb3db712417
parentbefce8dc36da64e85405663ed82f1ae35c8803fc (diff)
downloadaur-4e053343c410ac0460a8e019a315efdd6b80cb97.tar.gz
Updated to 0.39.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 137707b582b2..e760f0bcc5c4 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.38.0
+ pkgver = 0.39.2
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.38.0::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.38.0.tar.gz
- sha256sums = 657ed12ac16f8de3571e4023c00a00244e3c04eb7f18b85dd41c42e225609b91
+ source = gcsfuse-0.39.2::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.39.2.tar.gz
+ sha256sums = 25b79e35b3e3acf4a3d545100f804d13bd7fccf3b6c26264a306d26c90a94a07
pkgname = gcsfuse
diff --git a/PKGBUILD b/PKGBUILD
index c37349fb28c7..f21c54fafd5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: zfo <zfoofz1@gmail.com>
pkgname=gcsfuse
-pkgver=0.38.0
+pkgver=0.39.2
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=('657ed12ac16f8de3571e4023c00a00244e3c04eb7f18b85dd41c42e225609b91')
+sha256sums=('25b79e35b3e3acf4a3d545100f804d13bd7fccf3b6c26264a306d26c90a94a07')
_gourl=github.com/googlecloudplatform/gcsfuse
build() {