summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortammert2021-01-30 21:28:54 +0100
committertammert2021-01-30 21:28:54 +0100
commit555602a0f96cba1b5bb8c91cbace57b87fea21ba (patch)
tree6477180b7194e0340b4b7352a769b746648447b9
parentacc82522d0469d2ee2d9d275e5a72e47e6962619 (diff)
downloadaur-555602a0f96cba1b5bb8c91cbace57b87fea21ba.tar.gz
Updated to 0.33.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2f63880b00e..e6152074f335 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.33.0
+ pkgver = 0.33.1
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.33.0::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.33.0.tar.gz
- sha256sums = ffac505cb4c9233f40d3cd0592d3c34157613fb4cc319afdc03181471be61f49
+ source = gcsfuse-0.33.1::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.33.1.tar.gz
+ sha256sums = 1cd1ae747164c5927ba6810a490ea2bcb37c0bb04ee754af7ef7f343d33811d2
pkgname = gcsfuse
diff --git a/PKGBUILD b/PKGBUILD
index 19462fdb4826..0eeb0aac46b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: zfo <zfoofz1@gmail.com>
pkgname=gcsfuse
-pkgver=0.33.0
+pkgver=0.33.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=('ffac505cb4c9233f40d3cd0592d3c34157613fb4cc319afdc03181471be61f49')
+sha256sums=('1cd1ae747164c5927ba6810a490ea2bcb37c0bb04ee754af7ef7f343d33811d2')
_gourl=github.com/googlecloudplatform/gcsfuse
prepare() {