Bump
This commit is contained in:
parent
f3c9e95ce4
commit
ed2ffd31c8
6
build.sh
6
build.sh
@ -1,16 +1,16 @@
|
||||
#!/bin/sh
|
||||
PN="defraggler"
|
||||
VERSION="2.06.328"
|
||||
RELEASE="1"
|
||||
RELEASE="2"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
TYPE="public"
|
||||
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
|
||||
ICON="http://www.itrig.de/uploads/dflogo.png"
|
||||
X86="http://download.piriform.com/dfsetup206.exe"
|
||||
X86="http://www.piriform.com/defraggler/download/slim/downloadfile"
|
||||
#AMD64="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi"
|
||||
ICONFILE=${ICON##*/}
|
||||
X86FILE=${X86##*/}
|
||||
X86FILE="dfsetup206_slim.exe"
|
||||
#AMD64FILE=${AMD64##*/}
|
||||
|
||||
if [ -e /var/tmp/opsi/upload/$TYPE/${PN}_${VERSION}-${RELEASE}.opsi ]
|
||||
|
Loading…
Reference in New Issue
Block a user