get-scripts rev 35
teamviewer: use https
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 29 16:20:40 2015 +0200 (2015-04-29) |
parents | 6ca05e6839e1 |
children | 4e2636029105 |
files | cpp2 teamviewer |
line diff
1.1 --- a/cpp2 Mon Mar 23 08:59:52 2015 +0100 1.2 +++ b/cpp2 Wed Apr 29 16:20:40 2015 +0200 1.3 @@ -1,4 +1,4 @@ 1.4 -SHORT_DESC="GNU ccp version 2"" 1.5 +SHORT_DESC="GNU ccp version 2" 1.6 WEB_SITE="http://www.gnu.org/s/gcc/gcc-2.95" 1.7 # end of get.list data 1.8 VERSION=2.95.4-24
2.1 --- a/teamviewer Mon Mar 23 08:59:52 2015 +0100 2.2 +++ b/teamviewer Wed Apr 29 16:20:40 2015 +0200 2.3 @@ -4,9 +4,10 @@ 2.4 WGET_URL=${WEB_SITE}en/download/linux.aspx 2.5 DEPENDS="bash ncurses alsa-lib zlib xorg-libXext" 2.6 2.7 -WGET_URL=$(wget -O - $WGET_URL | sed '/i386/!d;s/.*"\([^"]*i386[^"]*\).*/\1/') 2.8 +WGET_URL=$(wget --no-check-certificate -O - $WGET_URL | \ 2.9 + sed '/i386/!d;s/.*"\([^"]*i386[^"]*\).*/\1/') 2.10 TARBALL="$(basename $WGET_URL)" 2.11 -wget -O $TARBALL $WGET_URL 2.12 +wget --no-check-certificate -O $TARBALL $WGET_URL 2.13 2.14 [ -f $TARBALL ] || abort_package "Could not download $TARBALL. Exiting." 2.15