summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyne2023-04-10 22:36:27 +0200
committerXyne2023-04-10 22:36:27 +0200
commit8e88b92c7a2d974fee2764a000f4381374e3316b (patch)
treeeb52d0e908f90020eb5902e97312b1f43fe82499
parentdfb7a8c58f59345e690c527da3f22f826422ca12 (diff)
downloadaur-8e88b92c7a2d974fee2764a000f4381374e3316b.tar.gz
Version 1.17.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbbb39f0bb74..6618c0bff914 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.17.1
+ pkgver = 1.17.2
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.17.1.tar.gz
- sha512sums = 9e7627d6fbb1348136e0716d5729cbc4951cd087efeff884d7ddc86429e3cd6e01b4f0a5b469ffa112421be1213dccc4723ab28f8db4b2f7d19525de705ffc77
+ source = http://bindfs.org/downloads/bindfs-1.17.2.tar.gz
+ sha512sums = 4de38df09df2bddb146a4390d2920c372228019a2a03abb1d4f213597888ff4f8487cbc8b758d8c7e8354272b39cc7435b4e81e4d437e875b5bf23a6b2ca767f
pkgname = bindfs
diff --git a/PKGBUILD b/PKGBUILD
index 4ee1f3c3df8e..d71260b8bc81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Xyne <xyne at archlinux dot org>
pkgname=bindfs
-pkgver=1.17.1
+pkgver=1.17.2
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=('9e7627d6fbb1348136e0716d5729cbc4951cd087efeff884d7ddc86429e3cd6e01b4f0a5b469ffa112421be1213dccc4723ab28f8db4b2f7d19525de705ffc77')
+sha512sums=('4de38df09df2bddb146a4390d2920c372228019a2a03abb1d4f213597888ff4f8487cbc8b758d8c7e8354272b39cc7435b4e81e4d437e875b5bf23a6b2ca767f')
build() {