summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyne2019-04-14 16:51:42 +0200
committerXyne2019-04-14 16:51:42 +0200
commitf0562e93c48f58ad685c2e36136a67c5be1145c7 (patch)
tree1087c7fc59b0dda5d5492023cf05196dbf498b4e
parent73c013458edde89a70e8a17e9726f6f873b9f5e6 (diff)
downloadaur-f0562e93c48f58ad685c2e36136a67c5be1145c7.tar.gz
Updated to 1.13.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10a660da7064..86e8cf461e27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bindfs
pkgdesc = A FUSE filesystem for mirroring a directory to another directory, similar to 'mount --bind', with permission settings.
- pkgver = 1.13.10
+ pkgver = 1.13.11
pkgrel = 1
url = http://bindfs.org/
arch = i686
@@ -10,8 +10,8 @@ pkgbase = bindfs
arch = armv7h
license = GPL
depends = fuse
- source = http://bindfs.org/downloads/bindfs-1.13.10.tar.gz
- sha512sums = 0fcd07e412ce2a355310cc2eda4e005d045ac2c1744353eca118c921f647d4fc16d98269fd1e9d8bdc225602a915b2893746da77ae28c9cd07fa4eab0e03f4c7
+ source = http://bindfs.org/downloads/bindfs-1.13.11.tar.gz
+ sha512sums = 53b27e42ab7c117e28275dbeb23e43dceba86838ad54b2b8ae3c6e7b3631d0356597559d0746f2cd8363226ffb62bff2461d7a227ff82578f1d47c4b19bdd3f2
pkgname = bindfs
diff --git a/PKGBUILD b/PKGBUILD
index fa6c15df1ae9..1c3e5ee27c83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Xyne <xyne at archlinux dot us>
pkgname=bindfs
-pkgver=1.13.10
+pkgver=1.13.11
pkgrel=1
pkgdesc="A FUSE filesystem for mirroring a directory to another directory, similar to 'mount --bind', with permission settings."
arch=('i686' 'x86_64' 'armv6h' 'armv6l' 'armv7h')
@@ -9,7 +9,7 @@ url="http://bindfs.org/"
license=('GPL')
depends=('fuse')
source=("http://bindfs.org/downloads/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('0fcd07e412ce2a355310cc2eda4e005d045ac2c1744353eca118c921f647d4fc16d98269fd1e9d8bdc225602a915b2893746da77ae28c9cd07fa4eab0e03f4c7')
+sha512sums=('53b27e42ab7c117e28275dbeb23e43dceba86838ad54b2b8ae3c6e7b3631d0356597559d0746f2cd8363226ffb62bff2461d7a227ff82578f1d47c4b19bdd3f2')
build() {