wok diff nnn/receipt @ rev 24927

updated mpg123 and mpg123-dev (1.25.13 -> 1.29.3)
author Hans-G?nter Theisgen
date Wed Apr 13 14:23:00 2022 +0100 (2022-04-13)
parents 44db1b779095
children c8002e745818
line diff
     1.1 --- a/nnn/receipt	Wed Aug 19 08:03:17 2020 +0100
     1.2 +++ b/nnn/receipt	Wed Apr 13 14:23:00 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="nnn"
     1.7 -VERSION="3.4"
     1.8 +VERSION="4.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="The missing terminal file manager for X."
    1.11  MAINTAINER="developer@slitaz.org"
    1.12 @@ -14,6 +14,12 @@
    1.13  DEPENDS="libtinfo ncursesw readline"
    1.14  BUILD_DEPENDS="libtinfo ncursesw-dev readline-dev"
    1.15  
    1.16 +current_version()
    1.17 +{
    1.18 +	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    1.19 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    1.20 +}
    1.21 +
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {