This commit is contained in:
Mario Fetka 2011-10-28 15:00:57 +02:00
parent 8a57d34792
commit 120244699d

View File

@ -7,7 +7,7 @@ ADVICE=""
TYPE="public"
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
ICON="http://images1.videolan.org/images/largeVLC.png"
X86="http://download.videolan.org/pub/vlc/1.1.11/win32/vlc-1.1.11-win32.exe"
X86="http://download.videolan.org/pub/vlc/${VERSION}/win32/vlc-${VERSION}-win32.exe"
#AMD64="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi"
ICONFILE=${ICON##*/}
X86FILE=${X86##*/}