From 8d3e1b81701298d7ad9ea0b93650be09e1dac37c Mon Sep 17 00:00:00 2001 From: Mouad Charradi Date: Sat, 31 May 2025 14:51:16 +0100 Subject: [PATCH] nnn: update to 5.1. --- srcpkgs/nnn/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nnn/template b/srcpkgs/nnn/template index dd0a4c51857..11cc40f79f2 100644 --- a/srcpkgs/nnn/template +++ b/srcpkgs/nnn/template @@ -1,6 +1,6 @@ # Template file for 'nnn' pkgname=nnn -version=5.0 +version=5.1 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=31e8fd85f3dd7ab2bf0525c3c0926269a1e6d35a5343a6714315642370d8605a +checksum=9faaff1e3f5a2fd3ed570a83f6fb3baf0bfc6ebd6a9abac16203d057ac3fffe3 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-fts-devel"