summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2020-03-28 20:39:58 +0100
committermrxx2020-03-28 20:39:58 +0100
commitea0999e5576b8bfca6d528e3c2e4bb5155b20840 (patch)
tree1e1932872aee14f938293e0a6e882cff0bb3eb46
parentda8d79e3327f7d7ae5981d9549aaa06205a34806 (diff)
downloadaur-ea0999e5576b8bfca6d528e3c2e4bb5155b20840.tar.gz
Upgpkg: 0.11.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b7e5baf540e..29ffb5cf6782 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = securefs
pkgdesc = A better transparent encryption filesystem
- pkgver = 0.9.0
+ pkgver = 0.11.1
pkgrel = 1
url = https://github.com/netheril96/securefs
arch = i686
@@ -10,7 +10,7 @@ pkgbase = securefs
makedepends = git
depends = fuse
depends = gcc-libs
- source = git+https://github.com/netheril96/securefs.git#tag=0.9.0
+ source = git+https://github.com/netheril96/securefs.git#tag=0.11.1
source = git+https://github.com/JuliaStrings/utf8proc.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 975de4ec6405..b455d4f80c57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mrxx <mrxx at cyberhome dot at>
pkgname=securefs
-pkgver=0.9.0
+pkgver=0.11.1
pkgrel=1
pkgdesc="A better transparent encryption filesystem"
arch=('i686' 'x86_64')