ArtPaint: update recipe to v2.3.1

A quick bugfix release.
This commit is contained in:
Humdinger
2022-08-13 08:25:29 +02:00
parent 61323cfb5f
commit 6f151e9b70

View File

@@ -12,7 +12,7 @@ COPYRIGHT="2003 Heikki Suhonen
LICENSE="MIT"
REVISION="1"
SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="a11eee063a865e0862c7454860c3723dd067346783ba776d9823085d5dd52077"
CHECKSUM_SHA256="4e8c009eb24840fc25eb70f88dee0f40d73e45bf52ea50ec452f9682cb0086fc"
SOURCE_DIR="ArtPaint-$portVersion"
ARCHITECTURES="all !x86_gcc2"
@@ -38,7 +38,7 @@ BUILD_PREREQUIRES="
BUILD()
{
./build.sh $jobArgs
./build.sh
}
INSTALL()