wok diff get-playonlinux/stuff/get-playonlinux @ rev 23097

updated libqwt5-qt4 and libqwt5-qt4-dev (5.2.0 -> 5.2.3)
author Hans-G?nter Theisgen
date Thu Mar 12 06:52:43 2020 +0100 (2020-03-12)
parents eea42880f1a2
children
line diff
     1.1 --- a/get-playonlinux/stuff/get-playonlinux	Wed Sep 05 14:59:33 2012 +0200
     1.2 +++ b/get-playonlinux/stuff/get-playonlinux	Thu Mar 12 06:52:43 2020 +0100
     1.3 @@ -7,7 +7,7 @@
     1.4  URL=http://www.playonlinux.com/$(. /etc/locale.conf ; echo ${LANG%_*})/download.html
     1.5  busybox wget -s $URL || URL=http://www.playonlinux.com/en/download.html
     1.6  URL=$(wget -O - $URL | sed '/z2*"/!d;s/.*ref="\([^"]*\).*/\1/')
     1.7 -wget -O - $URL | tar xzf -
     1.8 +wget -O - $URL | busybox tar xf -
     1.9  for i in bash wxpython cabextract imagemagick gnupg wine wget icoutils \
    1.10  	 p7zip-full gnu-netcat grep; do
    1.11  	[ -d /var/lib/tazpkg/installed/$i/ ] || tazpkg get-install $i