Bump
This commit is contained in:
parent
320454b110
commit
1c0d64213c
1
Paint.NET.3.5.10.Install.zip.sha1sum
Normal file
1
Paint.NET.3.5.10.Install.zip.sha1sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
15b72020da4899e404a25483d29fc474aa9a6b8c /usr/portage/distfiles/Paint.NET.3.5.10.Install.zip
|
@ -1 +0,0 @@
|
|||||||
0581236fe737ee81b2eb50bb681fb807ff6ef1bc /usr/portage/distfiles/Paint.NET.3.5.8.Install.zip
|
|
4
build.sh
4
build.sh
@ -1,13 +1,13 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
PN="paintdotnet"
|
PN="paintdotnet"
|
||||||
VERSION="3.5.8"
|
VERSION="3.5.10"
|
||||||
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://www.cadenzasource.com/wp-content/uploads/2010/10/paintdotnet.png"
|
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"
|
#AMD64="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi"
|
||||||
ICONFILE=${ICON##*/}
|
ICONFILE=${ICON##*/}
|
||||||
X86FILE=${X86##*/}
|
X86FILE=${X86##*/}
|
||||||
|
Loading…
Reference in New Issue
Block a user