nnn: update to 4.4.
This commit is contained in:
parent
a4c2592660
commit
6be126e72d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nnn'
|
# Template file for 'nnn'
|
||||||
pkgname=nnn
|
pkgname=nnn
|
||||||
version=4.3
|
version=4.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_target="install install-desktop"
|
make_install_target="install install-desktop"
|
||||||
|
@ -12,7 +12,7 @@ license="BSD-2-Clause"
|
||||||
homepage="https://github.com/jarun/nnn"
|
homepage="https://github.com/jarun/nnn"
|
||||||
changelog="https://raw.githubusercontent.com/jarun/nnn/master/CHANGELOG"
|
changelog="https://raw.githubusercontent.com/jarun/nnn/master/CHANGELOG"
|
||||||
distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz"
|
||||||
checksum=b6df8e262e5613dd192bac610a6da711306627d56573f1a770a173ef078953bb
|
checksum=e04a3f0f0c2af1e18cb6f005d18267c7703644274d21bb93f03b30e4fd3d1653
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
makedepends+=" musl-fts-devel"
|
makedepends+=" musl-fts-devel"
|
||||||
|
|
Loading…
Reference in a new issue