summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortammert2021-07-24 10:33:13 +0200
committertammert2021-07-24 10:33:13 +0200
commit01b0f058d61b132e283967666efc4f307f406125 (patch)
treece1b83693dda7c77e1e972dfca0725adb241f375
parent7978c29e6877fae82c33b80753c8a02430013e32 (diff)
downloadaur-01b0f058d61b132e283967666efc4f307f406125.tar.gz
Updated to 0.35.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d37c3693726..84abed6eb299 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.34.0
+ pkgver = 0.35.1
pkgrel = 1
url = https://github.com/GoogleCloudPlatform/gcsfuse
arch = x86_64
@@ -10,8 +10,7 @@ pkgbase = gcsfuse
depends = glibc
depends = fuse
optdepends = google-cloud-sdk: authentication helper
- source = gcsfuse-0.34.0::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.34.0.tar.gz
- sha256sums = d7c483c2b20bec402e0606b392af16866660b2240e9af466b55c6f74259e6243
+ source = gcsfuse-0.35.1::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.35.1.tar.gz
+ sha256sums = effcbffa238cf0a97488b4a3b836c0996b1db17a18ad91bf76b5c195a4f5bfed
pkgname = gcsfuse
-
diff --git a/PKGBUILD b/PKGBUILD
index 46666dcf278f..8108f920ef76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: zfo <zfoofz1@gmail.com>
pkgname=gcsfuse
-pkgver=0.34.0
+pkgver=0.35.1
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=('d7c483c2b20bec402e0606b392af16866660b2240e9af466b55c6f74259e6243')
+sha256sums=('effcbffa238cf0a97488b4a3b836c0996b1db17a18ad91bf76b5c195a4f5bfed')
_gourl=github.com/googlecloudplatform/gcsfuse
build() {