wok rev 21446
minicom: modified WGET_URL
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 29 16:13:18 2019 +0100 (2019-04-29) |
parents | e22141bc1b8a |
children | d5d01cc56064 |
files | minicom/receipt |
line diff
1.1 --- a/minicom/receipt Mon Apr 29 15:41:32 2019 +0100 1.2 +++ b/minicom/receipt Mon Apr 29 16:13:18 2019 +0100 1.3 @@ -8,8 +8,8 @@ 1.4 LICENSE="GPL2" 1.5 WEB_SITE="https://salsa.debian.org/minicom-team/minicom" 1.6 1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.8 -WGET_URL="http://alioth.debian.org/frs/download.php/3195/$PACKAGE/$TARBALL" 1.9 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 +WGET_URL="${WEB_SITE}/-/archive/master/v$VERSION.tar.bz2" 1.11 1.12 DEPENDS="ncurses" 1.13 BUILD_DEPENDS="automake ncurses-dev"