wok diff mktorrent/receipt @ rev 24974

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 02 11:23:24 2022 +0000 (2022-05-02)
parents b569b85b0fb9
children
line diff
     1.1 --- a/mktorrent/receipt	Mon Jan 17 18:18:17 2022 +0000
     1.2 +++ b/mktorrent/receipt	Mon May 02 11:23:24 2022 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4  WEB_SITE="https://github.com/Rudde/mktorrent"
     1.5  
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WGET_URL="${WEB_SITE}archive/v$VERSION/$TARBALL"
     1.8 +WGET_URL="$WEB_SITE/archive/v$VERSION/$TARBALL"
     1.9  
    1.10  DEPENDS=""
    1.11  BUILD_DEPENDS=""