From f0464da2ccd0984454d03c589e882c79b9cb5de7 Mon Sep 17 00:00:00 2001 From: "Alexander V. Wolf" Date: Fri, 19 Jul 2024 13:01:47 +0700 Subject: [PATCH] Stellarium 24.2 (#10707) * Switch to version 24.2 * Fix checksum for v24.2 * Fix copyright info --- .../{stellarium-24.1.recipe => stellarium-24.2.recipe} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename sci-astronomy/stellarium/{stellarium-24.1.recipe => stellarium-24.2.recipe} (96%) diff --git a/sci-astronomy/stellarium/stellarium-24.1.recipe b/sci-astronomy/stellarium/stellarium-24.2.recipe similarity index 96% rename from sci-astronomy/stellarium/stellarium-24.1.recipe rename to sci-astronomy/stellarium/stellarium-24.2.recipe index 433f2bf83..10176b2b1 100644 --- a/sci-astronomy/stellarium/stellarium-24.1.recipe +++ b/sci-astronomy/stellarium/stellarium-24.2.recipe @@ -3,11 +3,11 @@ DESCRIPTION="Stellarium is a free open source planetarium for your computer. \ It shows a realistic sky in 3D, just like what you see with the naked eye, \ binoculars or a telescope." HOMEPAGE="https://stellarium.org" -COPYRIGHT="2001-2024 Fabien Chéreau" +COPYRIGHT="2001-2024 Fabien Chéreau et.al." LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://github.com/Stellarium/stellarium/releases/download/v$portVersion/stellarium-$portVersion.tar.gz" -CHECKSUM_SHA256="5a48fb2c5b17c9ebfa23153604f470dc87a5eab5fafb0510f71e115ac76072a8" +CHECKSUM_SHA256="e6d8ee0792b7f77486b700d4669d0dd0c349319f379758ad643d76165d1d56d2" ADDITIONAL_FILES="stellarium.rdef.in" ARCHITECTURES="all !x86_gcc2"