Bump
This commit is contained in:
16
build.sh
16
build.sh
@@ -1,17 +1,17 @@
|
||||
#!/bin/sh
|
||||
PN="usbdlm"
|
||||
VERSION="4.6.9.2"
|
||||
VERSION="4.7.0.0"
|
||||
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/usbdlm4692.msi"
|
||||
AMD64="http://www.uwe-sieber.de/files/usbdlm4692_x64.msi"
|
||||
X86="http://www.uwe-sieber.de/files/usbdlm.msi"
|
||||
AMD64="http://www.uwe-sieber.de/files/usbdlm_x64.msi"
|
||||
ICONFILE=${ICON##*/}
|
||||
X86FILE=${X86##*/}
|
||||
AMD64FILE=${AMD64##*/}
|
||||
X86FILE="usbdlm_${VERSION}.msi"
|
||||
AMD64FILE="usbdlm_${VERSION}_x64.msi"
|
||||
|
||||
if [ -e /var/tmp/opsi/upload/$TYPE/${PN}_${VERSION}-${RELEASE}.opsi ]
|
||||
then
|
||||
@@ -69,7 +69,8 @@ unix2dos $OUT/$PN/CLIENT_DATA/*
|
||||
fi
|
||||
else
|
||||
echo "Downloading file"
|
||||
wget -P /usr/portage/distfiles/ $X86
|
||||
#wget -P /usr/portage/distfiles/ $X86
|
||||
wget -O /usr/portage/distfiles/$X86FILE $X86
|
||||
exit 1
|
||||
fi
|
||||
|
||||
@@ -92,7 +93,8 @@ unix2dos $OUT/$PN/CLIENT_DATA/*
|
||||
fi
|
||||
else
|
||||
echo "Downloading file"
|
||||
wget -P /usr/portage/distfiles/ $AMD64
|
||||
#wget -P /usr/portage/distfiles/ $AMD64
|
||||
wget -O /usr/portage/distfiles/$AMD64FILE $AMD64
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user