Date: Wednesday, March 22, 2023 @ 10:01:09
Author: arojas
Revision: 1426868
upgpkg: unionfs-fuse 3.3-1: Update to 3.3
Modified:
unionfs-fuse/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-22 09:04:48 UTC (rev 1426867)
+++ PKGBUILD 2023-03-22 10:01:09 UTC (rev 1426868)
@@ -2,7 +2,7 @@
# Contributor: Smith Dhumbumroong <zodmaner at gmail dot com>
pkgname=unionfs-fuse
-pkgver=3.2
+pkgver=3.3
pkgrel=1
pkgdesc="A user space unionfs implementation"
arch=('x86_64')
@@ -10,7 +10,7 @@
license=('BSD')
depends=('fuse3')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz")
-sha256sums=('16a4de448dd696443dd508c4217c2bf13a829f3497e1a0e9fa6f09487ac466c1')
+sha256sums=('4cf39954d26a585a399d0fc12edf826f38d630f50669c2fe954853ec9d6eeb88')
build() {
cd $pkgname-$pkgver