mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +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'
|
||||
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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue