This commit is contained in:
Mario Fetka
2011-06-29 18:40:46 +02:00
parent a9504df4c0
commit 3f496e80f3
6 changed files with 6 additions and 6 deletions

View File

@@ -1,14 +1,14 @@
#!/bin/sh
PN="usbdlm"
VERSION="4.6.8.1"
VERSION="4.6.8.2"
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/usbdlm4681.msi"
AMD64="http://www.uwe-sieber.de/files/usbdlm4681_x64.msi"
X86="http://www.uwe-sieber.de/files/usbdlm4682.msi"
AMD64="http://www.uwe-sieber.de/files/usbdlm4682_x64.msi"
ICONFILE=${ICON##*/}
X86FILE=${X86##*/}
AMD64FILE=${AMD64##*/}