summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyne2022-11-05 23:56:52 +0100
committerXyne2022-11-05 23:56:52 +0100
commitdfb7a8c58f59345e690c527da3f22f826422ca12 (patch)
tree11c3e3a6ab5bf38938ceef59461903ad52c7c8c4
parent3b01afeaea485662e4c30e0481db70f8c4ec1fa6 (diff)
downloadaur-dfb7a8c58f59345e690c527da3f22f826422ca12.tar.gz
Version 1.17.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64b374446e94..bbbb39f0bb74 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.15.1
+ pkgver = 1.17.1
pkgrel = 3
url = http://bindfs.org/
arch = i686
@@ -10,7 +10,7 @@ pkgbase = bindfs
arch = armv7h
license = GPL
depends = fuse3
- source = http://bindfs.org/downloads/bindfs-1.15.1.tar.gz
- sha512sums = da9003f141b7aa2c23651b3b836b1d979bf1b19915f307c05e40ae6906aab738036cc8b5df6caeec158e4fa6b7bca71489ea7884ff1607c6fea72a603a048d59
+ source = http://bindfs.org/downloads/bindfs-1.17.1.tar.gz
+ sha512sums = 9e7627d6fbb1348136e0716d5729cbc4951cd087efeff884d7ddc86429e3cd6e01b4f0a5b469ffa112421be1213dccc4723ab28f8db4b2f7d19525de705ffc77
pkgname = bindfs
diff --git a/PKGBUILD b/PKGBUILD
index c5dd4d6f3b04..4ee1f3c3df8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Xyne <xyne at archlinux dot org>
pkgname=bindfs
-pkgver=1.15.1
+pkgver=1.17.1
pkgrel=3
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=('fuse3')
source=("http://bindfs.org/downloads/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('da9003f141b7aa2c23651b3b836b1d979bf1b19915f307c05e40ae6906aab738036cc8b5df6caeec158e4fa6b7bca71489ea7884ff1607c6fea72a603a048d59')
+sha512sums=('9e7627d6fbb1348136e0716d5729cbc4951cd087efeff884d7ddc86429e3cd6e01b4f0a5b469ffa112421be1213dccc4723ab28f8db4b2f7d19525de705ffc77')
build() {