summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2020-09-12 17:06:24 +0100
committergrufo2020-09-12 17:06:24 +0100
commit3e59c5ea172dc69b713dd471de63aae2716959f9 (patch)
tree91d17094298de497affff7a249bae0ee09ae5fb2
parent0a027e79139b229e699a9e04a9116b4f2ad6b86e (diff)
downloadaur-3e59c5ea172dc69b713dd471de63aae2716959f9.tar.gz
New release (0.13.0)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ace115c85cfa..6f7364cc5f92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnunet-fuse
pkgdesc = Read-only mounting of GNUnet directories as file systems using FUSE
- pkgver = 0.12.0
+ pkgver = 0.13.0
pkgrel = 1
url = https://gnunet.org/
arch = any
@@ -9,8 +9,8 @@ pkgbase = gnunet-fuse
depends = fuse2
conflicts = gnunet-fuse-git
conflicts = gnunet-fuse-bin
- source = ftp://ftp.gnu.org/gnu/gnunet/gnunet-fuse-0.12.0.tar.gz
- sha256sums = 4d42dc3112f36ada150b3904e207b93373c90d4fbd5a1c6415ee7f5c6a428e3b
+ source = ftp://ftp.gnu.org/gnu/gnunet/gnunet-fuse-0.13.0.tar.gz
+ sha256sums = 3c176dcf0bd1950edd00aebf207c4f0d1d2e8a5cb5099dbf193398aa5c6f3421
pkgname = gnunet-fuse
diff --git a/PKGBUILD b/PKGBUILD
index 00adae0b0a2c..7d1d97dd840c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: grufo <madmurphy333 AT gmail DOT com>
pkgname='gnunet-fuse'
-pkgver='0.12.0'
+pkgver='0.13.0'
pkgrel=1
pkgdesc='Read-only mounting of GNUnet directories as file systems using FUSE'
arch=('any')
@@ -216,7 +216,7 @@ _get_mirror() {
source=("$(_get_mirror _pkg_mirrors)")
-sha256sums=('4d42dc3112f36ada150b3904e207b93373c90d4fbd5a1c6415ee7f5c6a428e3b')
+sha256sums=('3c176dcf0bd1950edd00aebf207c4f0d1d2e8a5cb5099dbf193398aa5c6f3421')
prepare() {