From 0fb016e9db295e8838e8526ae555db035d56cdef Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Sat, 12 Sep 2020 19:39:06 +0200 Subject: [PATCH] f2fs-tools: update to 1.14.0. --- srcpkgs/f2fs-tools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/f2fs-tools/template b/srcpkgs/f2fs-tools/template index 84c7744a71d..32d2b94ba65 100644 --- a/srcpkgs/f2fs-tools/template +++ b/srcpkgs/f2fs-tools/template @@ -1,6 +1,6 @@ # Template file for 'f2fs-tools' pkgname=f2fs-tools -version=1.13.0 +version=1.14.0 revision=1 build_style=gnu-configure configure_args="--disable-static ac_cv_file__git=yes" @@ -11,7 +11,7 @@ maintainer="Enno Boland " 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=b39d3ae9224267aab0070b5f17d91d0c5143f6d960166a27f6b11c8c87072c7d +checksum=619263d4e2022152a1472c1d912eaae104f20bd227ce0bb9d41d1d6608094bd1 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" musl-legacy-compat"