From 7f6c7f9c674be2e6ec9f632e53119796f8fb92fe Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Tue, 17 Oct 2023 04:46:59 +0000 Subject: [PATCH] testing/nb: upgrade to 7.7.1 --- testing/nb/APKBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/testing/nb/APKBUILD b/testing/nb/APKBUILD index ed51cc4ae477..83371f5e90ca 100644 --- a/testing/nb/APKBUILD +++ b/testing/nb/APKBUILD @@ -1,8 +1,8 @@ -# Contributor:Quillith <tag.quill@protonmail.com> -# Maintainer:Quillith <tag.quill@protonmail.com> +# Contributor: Quillith <tag.quill@protonmail.com> +# Maintainer: Quillith <tag.quill@protonmail.com> pkgname=nb -pkgver=7.4.1 -pkgrel=1 +pkgver=7.7.1 +pkgrel=0 pkgdesc="Command line note-taking, bookmarking, archiving, and knowledge base application" url="https://github.com/xwmx/nb" arch="noarch" @@ -36,10 +36,10 @@ package() { full() { pkgdesc="More utilities that integrate with nb" - depends="$pkgname=$pkgver-r$pkgrel bat nmap pandoc ripgrep tig w3m" + depends="$pkgname=$pkgver-r$pkgrel bat nmap-ncat pandoc ripgrep tig w3m" mkdir -p "$subpkgdir" } sha512sums=" -41c2572eac5e24224cab1a9e1d028ab157ba92b8944f82db21db05ea09a6007c03a872e50a1b8c11d57566599cb82735f08e34c6ea174083621bf5a02aa9c093 nb-7.4.1.tar.gz +48ac7a780a5969f77a65a8d1d8fa6dec21fbc82545a993a185f26e132a909e395f9468a4c36f9d0e482ab330cee550e27fcd6e4287a508868d56fa2456584d99 nb-7.7.1.tar.gz " -- GitLab