Bump
This commit is contained in:
7
build.sh
7
build.sh
@@ -1,16 +1,17 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
PN="ccleaner"
|
PN="ccleaner"
|
||||||
VERSION="3.09.1493"
|
VERSION="3.14.1616"
|
||||||
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://legaledownloads.de/wp-content/uploads/2010/03/ccleaner.png"
|
ICON="http://www.windows-8-software.com/wp-content/uploads/2011/03/ccleaner-logo.png"
|
||||||
X86="http://www.piriform.com/ccleaner/download/slim/downloadfile"
|
X86="http://www.piriform.com/ccleaner/download/slim/downloadfile"
|
||||||
|
http://www.piriform.com/ccleaner/download/slim
|
||||||
#AMD64="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi"
|
#AMD64="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi"
|
||||||
ICONFILE=${ICON##*/}
|
ICONFILE=${ICON##*/}
|
||||||
X86FILE="ccsetup-${VERSION}_slim.exe"
|
X86FILE="ccsetup${VERSION}_slim.exe"
|
||||||
#AMD64FILE=${AMD64##*/}
|
#AMD64FILE=${AMD64##*/}
|
||||||
|
|
||||||
if [ -e /var/tmp/opsi/upload/$TYPE/${PN}_${VERSION}-${RELEASE}.opsi ]
|
if [ -e /var/tmp/opsi/upload/$TYPE/${PN}_${VERSION}-${RELEASE}.opsi ]
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
190a4ccc2b4f27554efa332e5df093acec79e027 /usr/portage/distfiles/ccleaner.png
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
4ea74c2949d3fe673b4ec742c17c2c10894a685f /usr/portage/distfiles/ccsetup-3.09.1493_slim.exe
|
|
||||||
Reference in New Issue
Block a user