diff --git a/haiku-apps/kottan/kottan-0.14.3.recipe b/haiku-apps/kottan/kottan-0.14.4.recipe similarity index 86% rename from haiku-apps/kottan/kottan-0.14.3.recipe rename to haiku-apps/kottan/kottan-0.14.4.recipe index c169b23c0..34cd7899e 100644 --- a/haiku-apps/kottan/kottan-0.14.3.recipe +++ b/haiku-apps/kottan/kottan-0.14.4.recipe @@ -5,9 +5,9 @@ settings and other data." HOMEPAGE="https://github.com/andimachovec/Kottan" COPYRIGHT="2021 Andi Machovec" LICENSE="MIT" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/andimachovec/Kottan/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="8016ab074344a9868651375ff6c822cdc7bf78fa396f81242a93bda3098b8085" +CHECKSUM_SHA256="edc893c9776c2e9f274b61e7701b457eab9c4ca459ca457225b08ae6acb022c9" SOURCE_DIR="Kottan-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -32,7 +32,7 @@ BUILD_PREREQUIRES=" BUILD() { - make $jobArgs OBJ_DIR=objects + make -f Makefile.release $jobArgs OBJ_DIR=objects make bindcatalogs OBJ_DIR=objects }