bump
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
Set $MsiId32$ = '{765E5A6F-A253-4D23-B2A8-0DE7CA5D73EF}'
|
Set $MsiId32$ = '{765E5A6F-A253-4D23-B2A8-0DE7CA5D73EF}'
|
||||||
Set $UninstallProgram32$ = $InstallDir32$ + "\uninstall.exe"
|
Set $UninstallProgram32$ = $InstallDir32$ + "\uninstall.exe"
|
||||||
|
|
||||||
Set $MsiId64$ = '{2E415339-7210-4A3B-84EA-E50FE7565F0D}'
|
Set $MsiId64$ = '{BAA8B8BD-DBDC-4061-8A98-CFBFE1531BFF}'
|
||||||
Set $UninstallProgram32$ = $InstallDir64$ + "\uninstall.exe"
|
Set $UninstallProgram32$ = $InstallDir64$ + "\uninstall.exe"
|
||||||
|
|
||||||
if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only")
|
if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only")
|
||||||
|
|||||||
6
build.sh
6
build.sh
@@ -1,14 +1,14 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
PN="usbdlm"
|
PN="usbdlm"
|
||||||
VERSION="4.6.8.1"
|
VERSION="4.6.8.2"
|
||||||
RELEASE="1"
|
RELEASE="1"
|
||||||
PRIORITY="0"
|
PRIORITY="0"
|
||||||
ADVICE=""
|
ADVICE=""
|
||||||
TYPE="public"
|
TYPE="public"
|
||||||
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
|
# 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"
|
ICON="http://www.chip.de/ii/7/7/9/7/7/0/6/5df297c3e464a973.jpg"
|
||||||
X86="http://www.uwe-sieber.de/files/usbdlm4681.msi"
|
X86="http://www.uwe-sieber.de/files/usbdlm4682.msi"
|
||||||
AMD64="http://www.uwe-sieber.de/files/usbdlm4681_x64.msi"
|
AMD64="http://www.uwe-sieber.de/files/usbdlm4682_x64.msi"
|
||||||
ICONFILE=${ICON##*/}
|
ICONFILE=${ICON##*/}
|
||||||
X86FILE=${X86##*/}
|
X86FILE=${X86##*/}
|
||||||
AMD64FILE=${AMD64##*/}
|
AMD64FILE=${AMD64##*/}
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
af5562d3552495c012ac248a22bd69bb2757794e /usr/portage/distfiles/usbdlm4681.msi
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
b40ce967fe698689216fb6c171cbd700b570c395 /usr/portage/distfiles/usbdlm4681_x64.msi
|
|
||||||
1
usbdlm4682.msi.sha1sum
Normal file
1
usbdlm4682.msi.sha1sum
Normal file
@@ -0,0 +1 @@
|
|||||||
|
6d4a2aa67fcb89b80ed42982689f210bd2707e24 /usr/portage/distfiles/usbdlm4682.msi
|
||||||
1
usbdlm4682_x64.msi.sha1sum
Normal file
1
usbdlm4682_x64.msi.sha1sum
Normal file
@@ -0,0 +1 @@
|
|||||||
|
f669035869e3ac5aa942e512bfc1c310e6c6970e /usr/portage/distfiles/usbdlm4682_x64.msi
|
||||||
Reference in New Issue
Block a user