summarylogtreecommitdiffstats
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
parent0ca4bafb58171d8919c2884eeb670530e6838a8b (diff)
downloadaur-5c34053c0c0f12a02170dd3d282520eefd7ac816.tar.gz
updpkg: 1.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06aed1c2e832..918ac729b5fb 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.2.1
+ pkgver = 1.4.1
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.2.1::https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v1.2.1.tar.gz
- sha256sums = 1e8928c2ec2974bc10b6a9841f8b5c5df7d10616b9418d6a6459aa88d3cd3abd
+ source = gcsfuse-1.4.1::https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v1.4.1.tar.gz
+ sha256sums = 6a38ff34c154ab4b35323b338d1cf02453a77078be27f55367180ba41974fffe
pkgname = gcsfuse
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() {