mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mergerfs: update to 2.38.0.
This commit is contained in:
parent
4e557d70d7
commit
a978eeadea
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mergerfs'
|
# Template file for 'mergerfs'
|
||||||
pkgname=mergerfs
|
pkgname=mergerfs
|
||||||
version=2.34.1
|
version=2.38.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
|
@ -10,12 +10,11 @@ short_desc="FUSE union filesystem"
|
||||||
maintainer="Pulux <pulux@pf4sh.eu>"
|
maintainer="Pulux <pulux@pf4sh.eu>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://github.com/trapexit/mergerfs"
|
homepage="https://github.com/trapexit/mergerfs"
|
||||||
distfiles="https://github.com/trapexit/mergerfs/releases/download/${version}/mergerfs-${version}.tar.gz"
|
distfiles="https://github.com/trapexit/mergerfs/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=57e09ed53dc2cd591d7e6a0b291588ba0917ccaddd1226371c99630dc7de795c
|
checksum=cdb855c797da16ae668a2f71f76830151c377b38dee698c63db092ca1635d95e
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# we build from source, spoof release tarball
|
echo "$version" > VERSION
|
||||||
vsed -i "s|^VERSION=.*|VERSION=$pkgver|" tools/update-version
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue