summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Vybíhal2023-11-26 20:32:00 +0100
committerJosef Vybíhal2023-11-26 20:32:00 +0100
commit0ca4bafb58171d8919c2884eeb670530e6838a8b (patch)
treeae7a3e92fba3c0d90d76680c728a7406a61ed716
parent3a91fd4228602a2f7e94f49d4c5211e62f71a4c5 (diff)
downloadaur-0ca4bafb58171d8919c2884eeb670530e6838a8b.tar.gz
updpkg: 1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a953f6fd288b..06aed1c2e832 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.0
+ pkgver = 1.2.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.0::https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v1.2.0.tar.gz
- sha256sums = 72493c808dca99e58f94f01bf513b123c06493f1737cdda224436f20b50336fb
+ source = gcsfuse-1.2.1::https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v1.2.1.tar.gz
+ sha256sums = 1e8928c2ec2974bc10b6a9841f8b5c5df7d10616b9418d6a6459aa88d3cd3abd
pkgname = gcsfuse
diff --git a/PKGBUILD b/PKGBUILD
index 6903c98241c6..7abdebafbf0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: zfo <zfoofz1@gmail.com>
pkgname=gcsfuse
-pkgver=1.2.0
+pkgver=1.2.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=('72493c808dca99e58f94f01bf513b123c06493f1737cdda224436f20b50336fb')
+sha256sums=('1e8928c2ec2974bc10b6a9841f8b5c5df7d10616b9418d6a6459aa88d3cd3abd')
_gourl=github.com/googlecloudplatform/gcsfuse
build() {