summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThor772019-08-28 23:19:43 +0200
committerThor772019-08-28 23:19:43 +0200
commitf1d7b4abfc9e82248a4eb0f1b6c37c17b0cc9ca8 (patch)
tree1f2578425cd7ddb1717b723bb81d2d64bc6ee01a
parent14f9cfffd89005bc38c3208ceb05f86c0b38cdb0 (diff)
downloadaur-f1d7b4abfc9e82248a4eb0f1b6c37c17b0cc9ca8.tar.gz
Bump version to 0.21.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74007b3285ca..3f81919ae922 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = goofys-bin
pkgdesc = Goofys is a high performance Amazon S3 backend filey-system interface
- pkgver = 0.20.0
- pkgrel = 2
+ pkgver = 0.21.0
+ pkgrel = 1
url = https://github.com/kahing/goofys
arch = x86_64
license = Apache
depends = fuse
conflicts = goofys
conflicts = goofys-git
- source = https://github.com/kahing/goofys/releases/download/v0.20.0/goofys
- md5sums = 6284c651df782d30090b0ea250899af2
+ source = https://github.com/kahing/goofys/releases/download/v0.21.0/goofys
+ md5sums = fcf44727058c5a1e504648886cca1949
pkgname = goofys-bin
diff --git a/PKGBUILD b/PKGBUILD
index b844ce5fabc2..46d39718fa20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: John-Gee
pkgname=goofys-bin
-pkgver=0.20.0
-pkgrel=2
+pkgver=0.21.0
+pkgrel=1
pkgdesc="Goofys is a high performance Amazon S3 backend filey-system interface"
arch=('x86_64')
url="https://github.com/kahing/goofys"
@@ -12,7 +12,7 @@ conflicts=('goofys' 'goofys-git')
depends=('fuse')
source=("https://github.com/kahing/goofys/releases/download/v${pkgver}/goofys")
-md5sums=('6284c651df782d30090b0ea250899af2')
+md5sums=('fcf44727058c5a1e504648886cca1949')
package() {
cd $srcdir