From 126b9bdf58d0cf415cfb1e9003e9f5be30d58e06 Mon Sep 17 00:00:00 2001 From: Gadzhi Kharkharov Date: Thu, 22 Jul 2021 10:42:52 +0300 Subject: [PATCH] nnn: update to 4.2. Closes: #32124 [via git-merge-pr] --- srcpkgs/nnn/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nnn/template b/srcpkgs/nnn/template index 11ad969d0fd..9a0908381ea 100644 --- a/srcpkgs/nnn/template +++ b/srcpkgs/nnn/template @@ -1,6 +1,6 @@ # Template file for 'nnn' pkgname=nnn -version=4.1.1 +version=4.2 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=f0e02668da6324c12c39db35fe5c26bd45f3e02e5684a351b8ce8a357419ceba +checksum=5675f9fe53bddfd92681ef88bf6c0fab3ad897f9e74dd6cdff32fe1fa62c687f if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-fts-devel"