wok rev 21449
updated mktorrent (1.0 -> 1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 29 16:45:09 2019 +0100 (2019-04-29) |
parents | 2616f64bb879 |
children | c9dcff8aefba 06fd77e6f1e7 |
files | mktorrent/receipt |
line diff
1.1 --- a/mktorrent/receipt Mon Apr 29 16:37:24 2019 +0100 1.2 +++ b/mktorrent/receipt Mon Apr 29 16:45:09 2019 +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 {