From 44dc7f3a1f7157d55817002eb4a5f3a59de65d67 Mon Sep 17 00:00:00 2001 From: Michal Hrusecky Date: Wed, 1 Oct 2025 09:01:36 +0200 Subject: [PATCH] mesa: Fix download URL Old releases are moved to archive. Fixing the URL so the source can be downloaded. Signed-off-by: Michal Hrusecky --- libs/mesa/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/mesa/Makefile b/libs/mesa/Makefile index d9eb461..0cc0311 100644 --- a/libs/mesa/Makefile +++ b/libs/mesa/Makefile @@ -5,7 +5,7 @@ PKG_VERSION:=21.3.0 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=https://archive.mesa3d.org/ +PKG_SOURCE_URL:=https://archive.mesa3d.org/older-versions/21.x/ PKG_HASH:=a2753c09deef0ba14d35ae8a2ceff3fe5cd13698928c7bb62c2ec8736eb09ce1 PKG_MAINTAINER:=Daniel Golle