summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyne2019-12-31 09:25:40 +0100
committerXyne2019-12-31 09:25:40 +0100
commitd96f6ae91380664ba215817d35f2b230ab4160ec (patch)
treece05442cfac15fd0c6ebdb3a4e4035e57e8199f0
parent04ed70ac581303bb1496e0d3133e4a7154ed6771 (diff)
downloadaur-d96f6ae91380664ba215817d35f2b230ab4160ec.tar.gz
Updated to 1.14.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d10fe689cc0..51d6f4be9a84 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.14.1
+ pkgver = 1.14.2
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.14.1.tar.gz
- sha512sums = a0cf4f2cff147f5496c15a9bd9634ccdee323e299a4b132f2c2166a9d5379a26a151a14a45aec6950f8cf9c7ac3e9d2b9a97fee60b3130f5dcb20d65a43a1702
+ source = http://bindfs.org/downloads/bindfs-1.14.2.tar.gz
+ sha512sums = ae29e9c484d00a0d71f53945d5d9db07ec354acc8b5c668d875b31fd0e74482454310ff9324df0bd74fcca9aafad280a8bd45fefa5496c8ade7488770e3f036f
pkgname = bindfs
diff --git a/PKGBUILD b/PKGBUILD
index 58c31ff0cc8b..86e75f8b3f30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Xyne <xyne at archlinux dot us>
pkgname=bindfs
-pkgver=1.14.1
+pkgver=1.14.2
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=('a0cf4f2cff147f5496c15a9bd9634ccdee323e299a4b132f2c2166a9d5379a26a151a14a45aec6950f8cf9c7ac3e9d2b9a97fee60b3130f5dcb20d65a43a1702')
+sha512sums=('ae29e9c484d00a0d71f53945d5d9db07ec354acc8b5c668d875b31fd0e74482454310ff9324df0bd74fcca9aafad280a8bd45fefa5496c8ade7488770e3f036f')
build() {