mesa, glu: change sources as the original ones did not exist anymore (#12027)

This commit is contained in:
TheZeldakatze
2025-03-20 18:53:04 +01:00
committed by GitHub
parent 5cb1f6aaa0
commit 84fad2af7e
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ HOMEPAGE="http://freedesktop.org"
COPYRIGHT="1999-2012 Brian Paul and others"
LICENSE="MIT"
REVISION="8"
SOURCE_URI="ftp://freedesktop.org/pub/mesa/glu/glu-9.0.0.tar.gz"
SOURCE_URI="https://archive.mesa3d.org/glu/glu-9.0.0.tar.gz"
CHECKSUM_SHA256="4387476a1933f36fec1531178ea204057bbeb04cc2d8396c9ea32720a1f7e264"
PATCHES="glu-$portVersion.patchset"

View File

@@ -7,7 +7,7 @@ HOMEPAGE="https://www.mesa3d.org/"
COPYRIGHT="1999-2022 Brian Paul"
LICENSE="MIT"
REVISION="3"
SOURCE_URI="https://mesa.freedesktop.org/archive/mesa-${portVersion}.tar.xz"
SOURCE_URI="https://archive.mesa3d.org/older-versions/22.x/mesa-${portVersion}.tar.xz"
CHECKSUM_SHA256="5ee2dc06eff19e19b2867f12eb0db0905c9691c07974f6253f2f1443df4c7a35"
SOURCE_DIR="mesa-${portVersion}"
PATCHES="mesa-$portVersion.patchset"