peggy: fetch source code from codeberg.org (#13394)

* peggy: fetch source code from codeberg.org instead of github.com

* peggy: bump revision
This commit is contained in:
Andi Machovec
2025-12-18 17:18:56 +01:00
committed by GitHub
parent 6e2c208c98
commit b73bea62a8

View File

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