summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosef Vybíhal2024-01-23 16:44:33 +0100
committerJosef Vybíhal2024-01-23 16:44:33 +0100
commit5c34053c0c0f12a02170dd3d282520eefd7ac816 (patch)
treee86f58fde9413ad869bdd5ec9861306cf3450fcb /PKGBUILD
parent0ca4bafb58171d8919c2884eeb670530e6838a8b (diff)
downloadaur-5c34053c0c0f12a02170dd3d282520eefd7ac816.tar.gz
updpkg: 1.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7abdebafbf0a..b139ad1bda64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: zfo <zfoofz1@gmail.com>
pkgname=gcsfuse
-pkgver=1.2.1
+pkgver=1.4.1
pkgrel=1
pkgdesc="A user-space file system for interacting with Google Cloud Storage"
url="https://github.com/GoogleCloudPlatform/gcsfuse"
@@ -15,7 +15,7 @@ depends=('glibc' 'fuse')
makedepends=('git' 'go')
optdepends=('google-cloud-sdk: authentication helper')
source=("$pkgname-$pkgver::https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('1e8928c2ec2974bc10b6a9841f8b5c5df7d10616b9418d6a6459aa88d3cd3abd')
+sha256sums=('6a38ff34c154ab4b35323b338d1cf02453a77078be27f55367180ba41974fffe')
_gourl=github.com/googlecloudplatform/gcsfuse
build() {