wok diff suplemon/receipt @ rev 23365
updated perl-mail-sendmail (0.79 -> 0.80)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 11:21:06 2020 +0100 (2020-03-31) |
parents | 447759e5c3aa |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/suplemon/receipt Sun Feb 18 18:52:35 2018 +0000 1.2 +++ b/suplemon/receipt Tue Mar 31 11:21:06 2020 +0100 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="suplemon" 1.7 -VERSION="0.1.64" 1.8 +VERSION="0.2.0" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Console text editor with multi cursor support." 1.11 MAINTAINER="paul@slitaz.org" 1.12 LICENSE="MIT" 1.13 WEB_SITE="https://github.com/richrd/suplemon" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 -WGET_URL="git|git://github.com/richrd/suplemon" 1.16 + 1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 1.19 1.20 DEPENDS="py3k" 1.21 -BUILD_DEPENDS="py3k-dev git bzip2" 1.22 +BUILD_DEPENDS="py3k-dev" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules()