summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Vybíhal2024-02-26 16:40:54 +0100
committerJosef Vybíhal2024-02-26 16:40:54 +0100
commitdcc795aeca8dd985c1583e3c06d16e5de0fcf950 (patch)
treef4a69f0ce364c1667b30b1aba25f32358f54e3aa
parent5c34053c0c0f12a02170dd3d282520eefd7ac816 (diff)
downloadaur-dcc795aeca8dd985c1583e3c06d16e5de0fcf950.tar.gz
updpkg: 1.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 918ac729b5fb..831efdcef351 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.1
+ pkgver = 1.4.2
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.1::https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v1.4.1.tar.gz
- sha256sums = 6a38ff34c154ab4b35323b338d1cf02453a77078be27f55367180ba41974fffe
+ source = gcsfuse-1.4.2::https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v1.4.2.tar.gz
+ sha256sums = b08ca8db4c7089f836f3cda31a9a2f832a7ec7e8fcf546a7997f252bb0735d04
pkgname = gcsfuse
diff --git a/PKGBUILD b/PKGBUILD
index b139ad1bda64..0ca51c5d997d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: zfo <zfoofz1@gmail.com>
pkgname=gcsfuse
-pkgver=1.4.1
+pkgver=1.4.2
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=('6a38ff34c154ab4b35323b338d1cf02453a77078be27f55367180ba41974fffe')
+sha256sums=('b08ca8db4c7089f836f3cda31a9a2f832a7ec7e8fcf546a7997f252bb0735d04')
_gourl=github.com/googlecloudplatform/gcsfuse
build() {