wok diff ympd/receipt @ rev 25073

Up dropbear (2022.82)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 11 11:22:52 2022 +0000 (23 months ago)
parents 5ea0ce1cecc0
children 0262035dc1e7
line diff
     1.1 --- a/ympd/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/ympd/receipt	Sat Jun 11 11:22:52 2022 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Lightweight MPD (Music Player Daemon) web client."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 -WEB_SITE="https://www.ympd.org/"
     1.8 +WEB_SITE="https://github.com/notandy/ympd"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WGET_URL="https://github.com/notandy/$PACKAGE/archive/v$VERSION.tar.gz"
    1.12 @@ -24,6 +24,7 @@
    1.13  		-DLIBMPDCLIENT_INCLUDE_DIR=/cross/$ARCH/sysroot/usr/include" ;;
    1.14  esac
    1.15  
    1.16 +# What is the latest version available today?
    1.17  current_version()
    1.18  {
    1.19  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \