f2fs-tools: update to 1.12.0.

This commit is contained in:
maxice8 2018-11-22 12:45:15 -02:00 committed by maxice8
parent 06917002e0
commit 71e5309af5
1 changed files with 4 additions and 5 deletions

View File

@ -1,18 +1,17 @@
# Template file for 'f2fs-tools'
pkgname=f2fs-tools
version=1.11.0
version=1.12.0
revision=1
build_style=gnu-configure
configure_args="--sbindir=/usr/bin --disable-static ac_cv_file__git=yes"
make_install_args="sbindir=/usr/bin"
configure_args="--disable-static ac_cv_file__git=yes"
hostmakedepends="automake libtool pkg-config git"
makedepends="libuuid-devel"
makedepends="libuuid-devel libblkid-devel"
short_desc="Tools for the Linux Flash-Friendly File System (F2FS)"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2.0-only"
homepage="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git"
distfiles="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/${pkgname}-${version}.tar.gz"
checksum=b916ac7cda902502cf18de98da94921f71edbab40fb0437d757f0716191c79e3
checksum=e2124e4dffaba865d41495d817bcb924d096adaec67ff777b8c7da99aa13f696
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" musl-legacy-compat"