summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortammert2023-01-07 22:08:25 +0100
committertammert2023-01-07 22:08:25 +0100
commit7473155b1675453051f260842983373ba285c30d (patch)
tree11e9de3405c5409321c2fe2852f36f1d3a336979
parent608c07f511fd73642b3112af25ff8ce73ae67ea4 (diff)
downloadaur-7473155b1675453051f260842983373ba285c30d.tar.gz
Updated to 0.41.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b12d17c0d3d..07ed9d493ae3 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.41.6
+ pkgver = 0.41.10
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.41.6::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.41.6.tar.gz
- sha256sums = 6028182b7982b3bca18849c98751d5ed01ba7317f787bcd9d4a5a74974419cbd
+ source = gcsfuse-0.41.10::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.41.10.tar.gz
+ sha256sums = 91228dae3b7fdcdbd2b86d02aa470a636d09f85e60bcc9e63db72001e25976e0
pkgname = gcsfuse
diff --git a/PKGBUILD b/PKGBUILD
index 4a0d70c020c0..902cf83b037a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: zfo <zfoofz1@gmail.com>
pkgname=gcsfuse
-pkgver=0.41.6
+pkgver=0.41.10
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=('6028182b7982b3bca18849c98751d5ed01ba7317f787bcd9d4a5a74974419cbd')
+sha256sums=('91228dae3b7fdcdbd2b86d02aa470a636d09f85e60bcc9e63db72001e25976e0')
_gourl=github.com/googlecloudplatform/gcsfuse
build() {