wok rev 20890

corrected WGET_URL in espeak recipe
author Hans-G?nter Theisgen
date Mon Feb 25 17:52:18 2019 +0100 (2019-02-25)
parents a4d7cdc4c433
children 87d7af51ba68
files espeak/receipt
line diff
     1.1 --- a/espeak/receipt	Mon Feb 25 17:35:02 2019 +0100
     1.2 +++ b/espeak/receipt	Mon Feb 25 17:52:18 2019 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  
     1.5  TARBALL="$PACKAGE-$VERSION-source.zip"
     1.6  #WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.7 -WGET_URL="https;/sourceforge.net/projects/$PACKAGE/files/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.8 +WGET_URL="https://sourceforge.net/projects/$PACKAGE/files/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.9  
    1.10  DEPENDS="portaudio jack-audio-connection-kit"
    1.11  BUILD_DEPENDS="$DEPENDS portaudio-dev jack-audio-connection-kit-dev"