This commit is contained in:
Mario Fetka
2011-10-28 14:58:15 +02:00
parent 3da949f6d7
commit c11e5b25d2
5 changed files with 5 additions and 5 deletions

View File

@@ -1,14 +1,14 @@
#!/bin/sh
PN="usbdlm"
VERSION="4.6.8.3"
VERSION="4.6.9.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/usbdlm4683.msi"
AMD64="http://www.uwe-sieber.de/files/usbdlm4683_x64.msi"
X86="http://www.uwe-sieber.de/files/usbdlm4692.msi"
AMD64="http://www.uwe-sieber.de/files/usbdlm4692_x64.msi"
ICONFILE=${ICON##*/}
X86FILE=${X86##*/}
AMD64FILE=${AMD64##*/}