From ed2ffd31c8a25215a5b5c1fc5f8ab0cc11f55dae Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 15 Jul 2011 17:56:08 +0200 Subject: [PATCH] Bump --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index f36b948..9d6e07b 100644 --- a/build.sh +++ b/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 ]