diff --git a/Paint.NET.3.5.10.Install.zip.sha1sum b/Paint.NET.3.5.10.Install.zip.sha1sum new file mode 100644 index 0000000..bd62c4a --- /dev/null +++ b/Paint.NET.3.5.10.Install.zip.sha1sum @@ -0,0 +1 @@ +15b72020da4899e404a25483d29fc474aa9a6b8c /usr/portage/distfiles/Paint.NET.3.5.10.Install.zip diff --git a/Paint.NET.3.5.8.Install.zip.sha1sum b/Paint.NET.3.5.8.Install.zip.sha1sum deleted file mode 100644 index bcad071..0000000 --- a/Paint.NET.3.5.8.Install.zip.sha1sum +++ /dev/null @@ -1 +0,0 @@ -0581236fe737ee81b2eb50bb681fb807ff6ef1bc /usr/portage/distfiles/Paint.NET.3.5.8.Install.zip diff --git a/build.sh b/build.sh index 4b25218..75069f0 100644 --- a/build.sh +++ b/build.sh @@ -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##*/}