wok diff get-xcas/stuff/get-xcas @ rev 14730

Up xorg-xf86-video-ati (7.1.0), xorg-xf86-video-fbdev (0.4.3), xorg-xf86-video-geode (2.11.14), xorg-xf86-video-i740 (1.3.4), xorg-xf86-video-neomagic (1.2.7), xorg-xf86-video-nv (2.1.20), xorg-xf86-video-s3 (0.6.5), xorg-xf86-video-trident (1.3.6), xorg-xf86-video-vesa (2.3.2), xorg-xf86-video-vmware (13.0.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 10:45:31 2013 +0200 (2013-06-13)
parents 023a32bce7dd
children
line diff
     1.1 --- a/get-xcas/stuff/get-xcas	Mon Dec 17 10:35:12 2012 +0100
     1.2 +++ b/get-xcas/stuff/get-xcas	Thu Jun 13 10:45:31 2013 +0200
     1.3 @@ -27,12 +27,7 @@
     1.4  CUR_DIR=$(pwd)
     1.5  mkdir -p $TMP_DIR && cd $TMP_DIR
     1.6  
     1.7 -get_releases()
     1.8 -{
     1.9 -	wget -qO- "$URL?C=M;O=D" | sed 's|.*[Ff]="\([^"/]*\).*|\1|;/[^0-9b]/d'
    1.10 -}
    1.11 -
    1.12 -# Download deb
    1.13 +# Download tarball
    1.14  FILE=$(basename $URL)
    1.15  wget $URL
    1.16