summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyne2018-11-04 03:15:11 +0100
committerXyne2018-11-04 03:15:11 +0100
commit73c013458edde89a70e8a17e9726f6f873b9f5e6 (patch)
tree9262f285ee67013bf78a4dc6627fe5a99b6fa9bd
parent194a17ed1e7187e22b3ef764ff54756c564f92ad (diff)
downloadaur-73c013458edde89a70e8a17e9726f6f873b9f5e6.tar.gz
updated to version 1.13.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adc3bb0edf10..10a660da7064 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.9
+ pkgver = 1.13.10
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.9.tar.gz
- sha512sums = 7584577b289816a1ee514c4967893dcca69683b68b357d370c3a7accd39f96034f34d29751b66ef98ba35bb869498af4df813b0bdea805a42a38b47340f3d654
+ source = http://bindfs.org/downloads/bindfs-1.13.10.tar.gz
+ sha512sums = 0fcd07e412ce2a355310cc2eda4e005d045ac2c1744353eca118c921f647d4fc16d98269fd1e9d8bdc225602a915b2893746da77ae28c9cd07fa4eab0e03f4c7
pkgname = bindfs
diff --git a/PKGBUILD b/PKGBUILD
index edbf7fd6170c..fa6c15df1ae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Xyne <xyne at archlinux dot us>
pkgname=bindfs
-pkgver=1.13.9
+pkgver=1.13.10
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=('7584577b289816a1ee514c4967893dcca69683b68b357d370c3a7accd39f96034f34d29751b66ef98ba35bb869498af4df813b0bdea805a42a38b47340f3d654')
+sha512sums=('0fcd07e412ce2a355310cc2eda4e005d045ac2c1744353eca118c921f647d4fc16d98269fd1e9d8bdc225602a915b2893746da77ae28c9cd07fa4eab0e03f4c7')
build() {