This commit is contained in:
Mario Fetka 2011-07-15 17:56:08 +02:00
parent f3c9e95ce4
commit ed2ffd31c8
1 changed files with 3 additions and 3 deletions

View File

@ -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 ]