From 1459b3ddd32e50774054bf14e2b2fb9b87ff0fa2 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Mon, 3 Oct 2022 01:37:20 -0400 Subject: [PATCH] f3: update to 8.0, adopt. --- srcpkgs/f3/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/f3/template b/srcpkgs/f3/template index cb95e071e453..9f1937400aea 100644 --- a/srcpkgs/f3/template +++ b/srcpkgs/f3/template @@ -1,18 +1,18 @@ # Template file for 'f3' pkgname=f3 -version=7.2 -revision=2 +version=8.0 +revision=1 build_style=gnu-makefile make_build_target="all extra" make_install_target="install install-extra" makedepends="eudev-libudev-devel libparted-devel" short_desc="Test real flash memory capacity" -maintainer="bra1nwave " +maintainer="0x5c " license="GPL-3.0-or-later" homepage="https://github.com/AltraMayor/f3" changelog="https://raw.githubusercontent.com/AltraMayor/f3/master/changelog" -distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=ba9210a0fc3a42c2595fe19bf13b8114bb089c4f274b4813c8f525a695467f64 +distfiles="https://github.com/AltraMayor/f3/archive/v${version}.tar.gz" +checksum=fb5e0f3b0e0b0bff2089a4ea6af53278804dfe0b87992499131445732e311ab4 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" argp-standalone" @@ -21,5 +21,5 @@ case "$XBPS_TARGET_MACHINE" in esac post_extract() { - sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile + vsed -e 's/^\(CFLAGS *+=\)/override \1/' -i Makefile }