From 3e5f798da1b1acf798b4f0c6b9e1a50cb584e84a Mon Sep 17 00:00:00 2001 From: Omar Zeghouani Date: Wed, 29 Sep 2021 11:51:31 +0100 Subject: [PATCH] nnn: update to 4.3. --- srcpkgs/nnn/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nnn/template b/srcpkgs/nnn/template index 9a0908381eac..53e0269a5335 100644 --- a/srcpkgs/nnn/template +++ b/srcpkgs/nnn/template @@ -1,6 +1,6 @@ # Template file for 'nnn' pkgname=nnn -version=4.2 +version=4.3 revision=1 build_style=gnu-makefile make_install_target="install install-desktop" @@ -12,7 +12,7 @@ license="BSD-2-Clause" homepage="https://github.com/jarun/nnn" changelog="https://raw.githubusercontent.com/jarun/nnn/master/CHANGELOG" distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz" -checksum=5675f9fe53bddfd92681ef88bf6c0fab3ad897f9e74dd6cdff32fe1fa62c687f +checksum=b6df8e262e5613dd192bac610a6da711306627d56573f1a770a173ef078953bb if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-fts-devel"