From 5130bb468cfbbc7e701e2b9c67c0222e536dde95 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Sat, 11 Nov 2023 11:16:43 +0100 Subject: [PATCH] fend: update to 1.3.2 --- srcpkgs/fend/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fend/template b/srcpkgs/fend/template index 8410c8fc1c1b4..352a7774535ec 100644 --- a/srcpkgs/fend/template +++ b/srcpkgs/fend/template @@ -1,6 +1,6 @@ # Template file for 'fend' pkgname=fend -version=1.3.1 +version=1.3.2 revision=1 build_style=cargo make_install_args="--path cli" @@ -11,11 +11,12 @@ homepage="https://printfn.github.io/fend/" changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md" distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz https://github.com/printfn/fend/releases/download/v${version}/fend.1" -checksum="b0af31ef4d39d1c767fdb9fd1f998b555b5b435570e597795bdb3a29027de0b4 +checksum="9e49aaaa711dcbdad0fa68fd9c9b3e25a8ab4db57e941d6ec2060d8ae331e05d 1cd621dac124dcb01a2202948f20e8f1f6a1a61558a7b4d90c5816a60c164fa7" skip_extraction="fend.1" post_install() { vlicense LICENSE.md vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1 + vsconf cli/src/default_config.toml config.toml }