wok diff espeak/receipt @ rev 25578

Remove nimrod
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 14 19:10:16 2023 +0000 (14 months ago)
parents 640a2eba2511
children 20ad21d5532c
line diff
     1.1 --- a/espeak/receipt	Mon Feb 07 11:38:23 2022 +0000
     1.2 +++ b/espeak/receipt	Sun May 14 19:10:16 2023 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  SHORT_DESC="Speech synthesizer."
     1.5  MAINTAINER="erjo@slitaz.org"
     1.6  LICENSE="GPL3"
     1.7 -WEB_SITE="https://espeak.sourceforge.io/"
     1.8 +WEB_SITE="https://github.com/espeak-ng/espeak-ng"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION-source.zip"
    1.11  #WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12 @@ -20,9 +20,8 @@
    1.13  # What is the latest version available today?
    1.14  current_version()
    1.15  {
    1.16 -	wget -O - https://sourceforge.net/projects/espeak/files/espeak/ 2>/dev/null | \
    1.17 -	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    1.18 -	sed '/scope="row/!d;/-source/!d;s|.*espeak-.*espeak-||;s|-source.*||;q'
    1.19 +	wget -O - https://github.com/espeak-ng/espeak-ng/releases 2>/dev/null | \
    1.20 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    1.21  }
    1.22  
    1.23  # Rules to configure and make the package.