summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosef Vybíhal2024-03-15 09:43:02 +0100
committerJosef Vybíhal2024-03-15 09:43:02 +0100
commit16fa24f0989d694de9bb78ba95419f55cbef11b8 (patch)
tree01ae28bd9615341e63cef66bd554f22b38e2f756 /PKGBUILD
parentdcc795aeca8dd985c1583e3c06d16e5de0fcf950 (diff)
downloadaur-16fa24f0989d694de9bb78ba95419f55cbef11b8.tar.gz
updpkg: 2.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ca51c5d997d..11020be2239e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: zfo <zfoofz1@gmail.com>
pkgname=gcsfuse
-pkgver=1.4.2
+pkgver=2.0.0
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=('b08ca8db4c7089f836f3cda31a9a2f832a7ec7e8fcf546a7997f252bb0735d04')
+sha256sums=('310f76100c4a5fe9234cbdf4e6885aea7157b91c5953bfc0cb836ecbd63f0840')
_gourl=github.com/googlecloudplatform/gcsfuse
build() {