summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Vybíhal2023-10-24 13:33:37 +0200
committerJosef Vybíhal2023-10-24 13:33:37 +0200
commit3a91fd4228602a2f7e94f49d4c5211e62f71a4c5 (patch)
tree4525a9b31df32b5ae38325b146044311f74352c7
parent7473155b1675453051f260842983373ba285c30d (diff)
downloadaur-3a91fd4228602a2f7e94f49d4c5211e62f71a4c5.tar.gz
Updated to 1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07ed9d493ae3..a953f6fd288b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gcsfuse
pkgdesc = A user-space file system for interacting with Google Cloud Storage
- pkgver = 0.41.10
+ pkgver = 1.2.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-0.41.10::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.41.10.tar.gz
- sha256sums = 91228dae3b7fdcdbd2b86d02aa470a636d09f85e60bcc9e63db72001e25976e0
+ source = gcsfuse-1.2.0::https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v1.2.0.tar.gz
+ sha256sums = 72493c808dca99e58f94f01bf513b123c06493f1737cdda224436f20b50336fb
pkgname = gcsfuse
diff --git a/PKGBUILD b/PKGBUILD
index 902cf83b037a..6903c98241c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Sebastiaan Tammer <sebastiaantammer at gmail dot com>
+# Maintainer: Josef Vybíhal <josef.vybihal@gmail.com>
+# Contributor: Sebastiaan Tammer <sebastiaantammer at gmail dot com>
# Contributor: stocki <mail at firstname lastname dot de>
# Contributor: aimileus <me at aimileus dot nl>
# Contributor: zfo <zfoofz1@gmail.com>
pkgname=gcsfuse
-pkgver=0.41.10
+pkgver=1.2.0
pkgrel=1
pkgdesc="A user-space file system for interacting with Google Cloud Storage"
url="https://github.com/GoogleCloudPlatform/gcsfuse"
@@ -13,8 +14,8 @@ license=('APACHE')
depends=('glibc' 'fuse')
makedepends=('git' 'go')
optdepends=('google-cloud-sdk: authentication helper')
-source=("$pkgname-$pkgver::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v$pkgver.tar.gz")
-sha256sums=('91228dae3b7fdcdbd2b86d02aa470a636d09f85e60bcc9e63db72001e25976e0')
+source=("$pkgname-$pkgver::https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v$pkgver.tar.gz")
+sha256sums=('72493c808dca99e58f94f01bf513b123c06493f1737cdda224436f20b50336fb')
_gourl=github.com/googlecloudplatform/gcsfuse
build() {