summarylogtreecommitdiffstats
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
parentdcc795aeca8dd985c1583e3c06d16e5de0fcf950 (diff)
downloadaur-16fa24f0989d694de9bb78ba95419f55cbef11b8.tar.gz
updpkg: 2.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 831efdcef351..580af666bab1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gcsfuse
pkgdesc = A user-space file system for interacting with Google Cloud Storage
- pkgver = 1.4.2
+ pkgver = 2.0.0
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-1.4.2::https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v1.4.2.tar.gz
- sha256sums = b08ca8db4c7089f836f3cda31a9a2f832a7ec7e8fcf546a7997f252bb0735d04
+ source = gcsfuse-2.0.0::https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v2.0.0.tar.gz
+ sha256sums = 310f76100c4a5fe9234cbdf4e6885aea7157b91c5953bfc0cb836ecbd63f0840
pkgname = gcsfuse
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() {