summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2020-11-27 23:05:12 +0100
committergrufo2020-11-27 23:05:12 +0100
commit5fa4ee3b6e92765242192bae2be10e37f8bac404 (patch)
treecb1b662db7e577d3ed82761ac2a097ebed9ff674
parent3e59c5ea172dc69b713dd471de63aae2716959f9 (diff)
downloadaur-5fa4ee3b6e92765242192bae2be10e37f8bac404.tar.gz
New release (0.14.0-1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f7364cc5f92..b8b3936e05dc 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.13.0
+ pkgver = 0.14.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.13.0.tar.gz
- sha256sums = 3c176dcf0bd1950edd00aebf207c4f0d1d2e8a5cb5099dbf193398aa5c6f3421
+ source = ftp://ftp.gnu.org/gnu/gnunet/gnunet-fuse-0.14.0.tar.gz
+ sha256sums = 4e7d470e2a119e13e4fa8ca9d2b7db58a90bf415dde099499f9e189b4319d774
pkgname = gnunet-fuse
diff --git a/PKGBUILD b/PKGBUILD
index 7d1d97dd840c..b5af96943f58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: grufo <madmurphy333 AT gmail DOT com>
pkgname='gnunet-fuse'
-pkgver='0.13.0'
+pkgver='0.14.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=('3c176dcf0bd1950edd00aebf207c4f0d1d2e8a5cb5099dbf193398aa5c6f3421')
+sha256sums=('4e7d470e2a119e13e4fa8ca9d2b7db58a90bf415dde099499f9e189b4319d774')
prepare() {