summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortammert2021-01-21 19:07:40 +0100
committertammert2021-01-21 19:07:40 +0100
commitacc82522d0469d2ee2d9d275e5a72e47e6962619 (patch)
tree3849911c8de35a0370efc003ed2ebe16b6999567
parenta02e38c1f84eee4f3671b2811cb66111fb402415 (diff)
downloadaur-acc82522d0469d2ee2d9d275e5a72e47e6962619.tar.gz
Updated to 0.33.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a782d74c9967..e2f63880b00e 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.32.0
+ pkgver = 0.33.0
pkgrel = 1
url = https://github.com/GoogleCloudPlatform/gcsfuse
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = gcsfuse
depends = glibc
depends = fuse
optdepends = google-cloud-sdk: authentication helper
- source = gcsfuse-0.32.0::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.32.0.tar.gz
- sha256sums = b509f55de799aba6bbc1f81d6e4c1495b09644872211e5fd8805b5e0e174ed84
+ source = gcsfuse-0.33.0::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.33.0.tar.gz
+ sha256sums = ffac505cb4c9233f40d3cd0592d3c34157613fb4cc319afdc03181471be61f49
pkgname = gcsfuse
diff --git a/PKGBUILD b/PKGBUILD
index 0d64a5a0be58..19462fdb4826 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: zfo <zfoofz1@gmail.com>
pkgname=gcsfuse
-pkgver=0.32.0
+pkgver=0.33.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=('b509f55de799aba6bbc1f81d6e4c1495b09644872211e5fd8805b5e0e174ed84')
+sha256sums=('ffac505cb4c9233f40d3cd0592d3c34157613fb4cc319afdc03181471be61f49')
_gourl=github.com/googlecloudplatform/gcsfuse
prepare() {