Date: Wednesday, October 27, 2021 @ 20:23:50
  Author: arojas
Revision: 1034790

Update to 2.2

Modified:
  unionfs-fuse/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-10-27 20:21:49 UTC (rev 1034789)
+++ PKGBUILD    2021-10-27 20:23:50 UTC (rev 1034790)
@@ -2,8 +2,8 @@
 # Contributor: Smith Dhumbumroong <zodmaner at gmail dot com>
 
 pkgname=unionfs-fuse
-pkgver=2.1
-pkgrel=2
+pkgver=2.2
+pkgrel=1
 pkgdesc="A user space unionfs implementation"
 arch=('x86_64')
 url="https://github.com/rpodgorny/unionfs-fuse";
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('fuse2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz";)
-sha256sums=('c705072a33a18cbc73ffe799331d43410b6deef5d6f2042038f8fd3ab17b6e2e')
+sha256sums=('248a0fee9979146b79b05fc728621869da5936c1f43a27e36e7515b301817e43')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver

Reply via email to