wok diff mktorrent/receipt @ rev 23905

Up tazusb (203) : add tazusb doc in menu
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 02 12:55:58 2020 +0000 (2020-08-02)
parents 8dd8bab3f0ca
children b569b85b0fb9
line diff
     1.1 --- a/mktorrent/receipt	Thu Jan 24 14:51:04 2019 +0100
     1.2 +++ b/mktorrent/receipt	Sun Aug 02 12:55:58 2020 +0000
     1.3 @@ -1,19 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mktorrent"
     1.7 -VERSION="1.0"
     1.8 +VERSION="1.1"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Command line utility to create BitTorrent metainfo files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="https://github.com/Rudde/mktorrent/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="https://github.com/Rudde/mktorrent/"
    1.17 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18 -HOST_ARCH="i486 arm x86_64"
    1.19 +WGET_URL="${WEB_SITE}archive/v$VERSION/$TARBALL"
    1.20  
    1.21  DEPENDS=""
    1.22  BUILD_DEPENDS=""
    1.23  
    1.24 +HOST_ARCH="i486 arm x86_64"
    1.25 +
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {