This commit is contained in:
Mario Fetka 2011-10-28 14:43:06 +02:00
parent 320454b110
commit 1c0d64213c
3 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1 @@
15b72020da4899e404a25483d29fc474aa9a6b8c /usr/portage/distfiles/Paint.NET.3.5.10.Install.zip

View File

@ -1 +0,0 @@
0581236fe737ee81b2eb50bb681fb807ff6ef1bc /usr/portage/distfiles/Paint.NET.3.5.8.Install.zip

View File

@ -1,13 +1,13 @@
#!/bin/sh
PN="paintdotnet"
VERSION="3.5.8"
VERSION="3.5.10"
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.cadenzasource.com/wp-content/uploads/2010/10/paintdotnet.png"
X86="http://www.dotpdn.com/files/Paint.NET.3.5.8.Install.zip"
X86="http://www.dotpdn.com/files/Paint.NET.${VERSION}.Install.zip"
#AMD64="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi"
ICONFILE=${ICON##*/}
X86FILE=${X86##*/}