get-scripts rev 57
Update litecoin tarball name
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 23 22:23:17 2016 +0200 (2016-04-23) |
parents | b2587daaa4e6 |
children | b2d1116ebcdf |
files | bitcoin sublime-text-3 |
line diff
1.1 --- a/bitcoin Sat Apr 23 17:50:46 2016 +0200 1.2 +++ b/bitcoin Sat Apr 23 22:23:17 2016 +0200 1.3 @@ -12,7 +12,7 @@ 1.4 '/linux32.tar/!d;s/.*href="\([^"]*\).*/\1/;s|/download$||') ;; 1.5 litecoin) 1.6 WGET_URL=$(wget --no-check-certificate -O - $WEB_SITE | sed \ 1.7 - '/linux.tar/!d;;s/.*href="\([^"]*\).*/\1/;q') ;; 1.8 + '/linux32.tar/!d;s/.*href="\([^"]*\).*/\1/;q') ;; 1.9 esac 1.10 case "$WGET_URL" in 1.11 ftp*|http*);;