kottan: update recipe for new version 0.14.4 (#11664)

* kottan: rename recipe to new version 0.14.4

* kottan: use Makefile.release to build Kottan in release mode

* kottan: supply correct sha256 checksum and set revision back to 1
This commit is contained in:
Andi Machovec
2025-01-19 03:56:09 +01:00
committed by GitHub
parent 88bb28f831
commit eedbf8f2c0

View File

@@ -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
}