mergerfs: update to 2.38.0.

This commit is contained in:
mtvrs 2023-12-07 19:05:26 +01:00 committed by Duncan Overbruck
parent 4e557d70d7
commit a978eeadea

View file

@ -1,6 +1,6 @@
# Template file for 'mergerfs'
pkgname=mergerfs
version=2.34.1
version=2.38.0
revision=1
build_style=gnu-makefile
make_use_env=yes
@ -10,12 +10,11 @@ short_desc="FUSE union filesystem"
maintainer="Pulux <pulux@pf4sh.eu>"
license="ISC"
homepage="https://github.com/trapexit/mergerfs"
distfiles="https://github.com/trapexit/mergerfs/releases/download/${version}/mergerfs-${version}.tar.gz"
checksum=57e09ed53dc2cd591d7e6a0b291588ba0917ccaddd1226371c99630dc7de795c
distfiles="https://github.com/trapexit/mergerfs/archive/refs/tags/${version}.tar.gz"
checksum=cdb855c797da16ae668a2f71f76830151c377b38dee698c63db092ca1635d95e
pre_build() {
# we build from source, spoof release tarball
vsed -i "s|^VERSION=.*|VERSION=$pkgver|" tools/update-version
echo "$version" > VERSION
}
post_install() {