summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortammert2021-11-16 20:49:47 +0100
committertammert2021-11-16 20:49:47 +0100
commitaf6995179129a16238c78a508cb0e0c7000b49e7 (patch)
treebdd13a88e728093a33d6e25ff5a5f3103a207c3f
parent01b0f058d61b132e283967666efc4f307f406125 (diff)
downloadaur-af6995179129a16238c78a508cb0e0c7000b49e7.tar.gz
Updated to 0.37.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84abed6eb299..a30ee57411d6 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.35.1
+ pkgver = 0.37.0
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.35.1::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.35.1.tar.gz
- sha256sums = effcbffa238cf0a97488b4a3b836c0996b1db17a18ad91bf76b5c195a4f5bfed
+ source = gcsfuse-0.37.0::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.37.0.tar.gz
+ sha256sums = 583689e1622670bb2895b5998141bda36a7a46993b533017ce3e7d32dac07188
pkgname = gcsfuse
diff --git a/PKGBUILD b/PKGBUILD
index 8108f920ef76..b3bfe514c15a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: zfo <zfoofz1@gmail.com>
pkgname=gcsfuse
-pkgver=0.35.1
+pkgver=0.37.0
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=('effcbffa238cf0a97488b4a3b836c0996b1db17a18ad91bf76b5c195a4f5bfed')
+sha256sums=('583689e1622670bb2895b5998141bda36a7a46993b533017ce3e7d32dac07188')
_gourl=github.com/googlecloudplatform/gcsfuse
build() {