From f9b696f55d597aeed59e172cbfe4c99834fdaefe Mon Sep 17 00:00:00 2001 From: Vinfall Date: Wed, 28 Aug 2024 12:29:44 +0800 Subject: [PATCH] nnn: update to 5.0. --- srcpkgs/nnn/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nnn/template b/srcpkgs/nnn/template index e5fec893574..a2e9a4c5f43 100644 --- a/srcpkgs/nnn/template +++ b/srcpkgs/nnn/template @@ -1,6 +1,6 @@ # Template file for 'nnn' pkgname=nnn -version=4.9 +version=5.0 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=9e25465a856d3ba626d6163046669c0d4010d520f2fb848b0d611e1ec6af1b22 +checksum=31e8fd85f3dd7ab2bf0525c3c0926269a1e6d35a5343a6714315642370d8605a if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-fts-devel"