summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2019-03-03 12:51:27 +0000
committergrufo2019-03-03 12:51:27 +0000
commit72db65dd7f8f1e730cdf37c31653869235b8de36 (patch)
tree482674d4d1bf8a739a95ace06812fb56afcc0e69
parentcd4be79efeaac6a07741d85b9561a2c3a087a065 (diff)
downloadaur-72db65dd7f8f1e730cdf37c31653869235b8de36.tar.gz
New release (0.11.0)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31da3ae944e0..def6e2d0d888 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.11.0pre66
+ pkgver = 0.11.0
pkgrel = 1
url = https://gnunet.org/
arch = i686
@@ -9,8 +9,8 @@ pkgbase = gnunet-fuse
depends = gnunet
depends = fuse2
conflicts = gnunet-fuse-git
- source = ftp://ftp.gnu.org/gnu/gnunet/gnunet-fuse-0.11.0pre66.tar.gz
- sha256sums = 97c6857b9517510640bae86c088bd295aa3ddefa646c56b9e97c4c25513ffb04
+ source = ftp://ftp.gnu.org/gnu/gnunet/gnunet-fuse-0.11.0.tar.gz
+ sha256sums = 4ddf258336c9ce111fe71372aad0bfd792311f6d92753c29293b2cca1fe3bf16
pkgname = gnunet-fuse
diff --git a/PKGBUILD b/PKGBUILD
index 9eb3804a9dc7..3175ce9f0164 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: grufo <madmurphy333 AT gmail DOT com>
pkgname='gnunet-fuse'
-pkgver='0.11.0pre66'
+pkgver='0.11.0'
pkgrel=1
pkgdesc='Read-only mounting of GNUnet directories as file systems using FUSE'
arch=('i686' 'x86_64')
@@ -216,7 +216,7 @@ _get_mirror() {
source=("$(_get_mirror _pkg_mirrors)")
-sha256sums=('97c6857b9517510640bae86c088bd295aa3ddefa646c56b9e97c4c25513ffb04')
+sha256sums=('4ddf258336c9ce111fe71372aad0bfd792311f6d92753c29293b2cca1fe3bf16')
prepare() {