This commit is contained in:
Mario Fetka
2011-08-22 04:25:06 +02:00
parent 3f496e80f3
commit 9d523897a9
3 changed files with 3 additions and 5 deletions

View File

@@ -1,14 +1,14 @@
#!/bin/sh
PN="usbdlm"
VERSION="4.6.8.2"
VERSION="4.6.8.3"
RELEASE="1"
PRIORITY="0"
ADVICE=""
TYPE="public"
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
ICON="http://www.chip.de/ii/7/7/9/7/7/0/6/5df297c3e464a973.jpg"
X86="http://www.uwe-sieber.de/files/usbdlm4682.msi"
AMD64="http://www.uwe-sieber.de/files/usbdlm4682_x64.msi"
X86="http://www.uwe-sieber.de/files/usbdlm4683.msi"
AMD64="http://www.uwe-sieber.de/files/usbdlm4683_x64.msi"
ICONFILE=${ICON##*/}
X86FILE=${X86##*/}
AMD64FILE=${AMD64##*/}