wok-6.x diff mktorrent/receipt @ rev 23403
updated perl-test-simple (1.302007_004 -> 1.302172)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 17:51:11 2020 +0100 (2020-03-31) |
parents | 8dd8bab3f0ca |
children | b569b85b0fb9 |
line diff
1.1 --- a/mktorrent/receipt Thu Jan 24 14:51:04 2019 +0100 1.2 +++ b/mktorrent/receipt Tue Mar 31 17:51:11 2020 +0100 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 {