From b73bea62a8e8b03107f3ab1e1b3c470142e42e60 Mon Sep 17 00:00:00 2001 From: Andi Machovec Date: Thu, 18 Dec 2025 17:18:56 +0100 Subject: [PATCH] peggy: fetch source code from codeberg.org (#13394) * peggy: fetch source code from codeberg.org instead of github.com * peggy: bump revision --- haiku-games/peggy/peggy-0.7.5.recipe | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/haiku-games/peggy/peggy-0.7.5.recipe b/haiku-games/peggy/peggy-0.7.5.recipe index db2eeb472..a53e2c0cf 100644 --- a/haiku-games/peggy/peggy-0.7.5.recipe +++ b/haiku-games/peggy/peggy-0.7.5.recipe @@ -1,13 +1,13 @@ SUMMARY="A board game inspired by Mastermind(tm)" DESCRIPTION="In this game you have to crack a color code in 9 attempts \ by getting feedback about the correctness of the color pegs and their positions." -HOMEPAGE="https://github.com/andimachovec/Peggy" +HOMEPAGE="https://codeberg.org/andimachovec/Peggy" COPYRIGHT="2021-2022 Andi Machovec" LICENSE="MIT" -REVISION="1" -SOURCE_URI="https://github.com/andimachovec/Peggy/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="2e6d034db2ec46d08e5ce9282fd2cd2b103a7912ca621343b8687dd953526b60" -SOURCE_DIR="Peggy-$portVersion" +REVISION="2" +SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz" +CHECKSUM_SHA256="0824a075e7d51b3394076ba3a3a323126d88f7d84d81efbfc4ee625d16d29e13" +SOURCE_DIR="peggy" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86"