wok-current diff ympd/receipt @ rev 25524

created recipes for tree-sitter and tree-sitter-dev 0.20.7
author Hans-G?nter Theisgen
date Fri Feb 24 17:21:52 2023 +0100 (18 months ago)
parents 5ea0ce1cecc0
children
line diff
     1.1 --- a/ympd/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/ympd/receipt	Fri Feb 24 17:21:52 2023 +0100
     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 | \