summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortammert2021-12-11 21:00:27 +0100
committertammert2021-12-11 21:00:27 +0100
commitbefce8dc36da64e85405663ed82f1ae35c8803fc (patch)
tree42a097bd1798a356726a857d77475d4d708cdd2d
parentaf6995179129a16238c78a508cb0e0c7000b49e7 (diff)
downloadaur-befce8dc36da64e85405663ed82f1ae35c8803fc.tar.gz
Updated to 0.38.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a30ee57411d6..137707b582b2 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.37.0
+ pkgver = 0.38.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.37.0::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.37.0.tar.gz
- sha256sums = 583689e1622670bb2895b5998141bda36a7a46993b533017ce3e7d32dac07188
+ source = gcsfuse-0.38.0::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.38.0.tar.gz
+ sha256sums = 657ed12ac16f8de3571e4023c00a00244e3c04eb7f18b85dd41c42e225609b91
pkgname = gcsfuse
diff --git a/PKGBUILD b/PKGBUILD
index b3bfe514c15a..c37349fb28c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: zfo <zfoofz1@gmail.com>
pkgname=gcsfuse
-pkgver=0.37.0
+pkgver=0.38.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=('583689e1622670bb2895b5998141bda36a7a46993b533017ce3e7d32dac07188')
+sha256sums=('657ed12ac16f8de3571e4023c00a00244e3c04eb7f18b85dd41c42e225609b91')
_gourl=github.com/googlecloudplatform/gcsfuse
build() {