summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyne2020-05-24 22:33:04 +0200
committerXyne2020-05-24 22:33:04 +0200
commitd7fd76059c700eda0ace801b13ddff3677d50f72 (patch)
tree3e1d2d8c23cea9c80e1de426b18f7eff79ec723f
parent79cd6b7b2d0727e175960f5fcf74cb933a320234 (diff)
downloadaur-d7fd76059c700eda0ace801b13ddff3677d50f72.tar.gz
Update to 1.14.7.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d59177d37da3..99a9679a0995 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.3
+ pkgver = 1.14.7
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.3.tar.gz
- sha512sums = 34a927a59cc0ab77ff12f49765831fa9c2ec0f9cbd1d1af517e8746a7aa7370aef011d5f29c9bce6f48aca9218b192fdd489451cd08179bbef7c287e126ebbba
+ source = http://bindfs.org/downloads/bindfs-1.14.7.tar.gz
+ sha512sums = 03b0bce29b87219e7e159077942e66e7e0e783b8c41234231696f96aa83e66271431fd3b4e7c1d98ba74705ec7255bd7da9d9484981ddb86c4d1c1b35dcaa0cc
pkgname = bindfs
diff --git a/PKGBUILD b/PKGBUILD
index fdce6da9a8dc..ca8f1e739889 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Xyne <xyne at archlinux dot us>
pkgname=bindfs
-pkgver=1.14.3
+pkgver=1.14.7
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=('34a927a59cc0ab77ff12f49765831fa9c2ec0f9cbd1d1af517e8746a7aa7370aef011d5f29c9bce6f48aca9218b192fdd489451cd08179bbef7c287e126ebbba')
+sha512sums=('03b0bce29b87219e7e159077942e66e7e0e783b8c41234231696f96aa83e66271431fd3b4e7c1d98ba74705ec7255bd7da9d9484981ddb86c4d1c1b35dcaa0cc')
build() {