From 6e2c208c9841e090387485ae47489ed70163663d Mon Sep 17 00:00:00 2001 From: Andi Machovec Date: Thu, 18 Dec 2025 17:18:37 +0100 Subject: [PATCH] kottan: fetch sourcecode from codeberg.org (#13389) * kottan: fetch sourcecode from codeberg.org * kottan: bump revision --- haiku-apps/kottan/kottan-1.0.1.recipe | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/haiku-apps/kottan/kottan-1.0.1.recipe b/haiku-apps/kottan/kottan-1.0.1.recipe index 5c1b0535e..f6cf10374 100644 --- a/haiku-apps/kottan/kottan-1.0.1.recipe +++ b/haiku-apps/kottan/kottan-1.0.1.recipe @@ -2,13 +2,13 @@ SUMMARY="A viewer and editor for flattened BMessages" DESCRIPTION="Kottan lets you view and edit the contents of files that contain \ flattened BMessages, a common technique for applications to archive their \ settings and other data." -HOMEPAGE="https://github.com/andimachovec/Kottan" +HOMEPAGE="https://codeberg.org/andimachovec/Kottan" COPYRIGHT="2025 Andi Machovec" LICENSE="MIT" -REVISION="1" -SOURCE_URI="https://github.com/andimachovec/Kottan/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="e9be61f4f2ec5fd72a1ebaa8120061f9534c5dfe08388b29bbd9f2b8623c1b16" -SOURCE_DIR="Kottan-$portVersion" +REVISION="2" +SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz" +CHECKSUM_SHA256="b64a86df691dd04b1c7b7f9939d73d9197168d23b7eba667afabfe2a436b688b" +SOURCE_DIR="kottan" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86"