wok-6.x diff wget/receipt @ rev 21619
gcc83-lib-base: revert to gcc-lib-base post install
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat May 25 14:09:45 2019 +0300 (2019-05-25) |
parents | d5596dfb8eb2 |
children | 32e177776fc6 |
line diff
1.1 --- a/wget/receipt Sat Jun 11 13:56:06 2016 +0300 1.2 +++ b/wget/receipt Sat May 25 14:09:45 2019 +0300 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wget" 1.7 -VERSION="1.18" 1.8 +VERSION="1.19.5" 1.9 CATEGORY="network" 1.10 SHORT_DESC="GNU Wget - non-interactive download of files from the Web" 1.11 MAINTAINER="sygne@ombres.eu" 1.12 LICENSE="GPL3" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.xz" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://www.gnu.org/software/wget/" 1.16 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.17 HOST_ARCH="i486 arm"