From a670c2a674dec85615968cce5baf32c6a5fd3157 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Fri, 28 Oct 2022 09:00:14 +0200 Subject: [PATCH] Download expat from GitHub The tar.gz archive of version 2.4.9 vanished from sourceforge. As the project moves to GitHub currently and the archive of 2.4.9 is still available there, just update the download location. Content and hashes did not change. --- repos/libports/ports/expat.hash | 2 +- repos/libports/ports/expat.port | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/repos/libports/ports/expat.hash b/repos/libports/ports/expat.hash index 18e0f7956f..c53f630f05 100644 --- a/repos/libports/ports/expat.hash +++ b/repos/libports/ports/expat.hash @@ -1 +1 @@ -0670a7b071ea29d0287d5f89c7fba1b852c8a146 +506479a4c858d32e9d2e49fb6436842105539e06 diff --git a/repos/libports/ports/expat.port b/repos/libports/ports/expat.port index 3cd81de14a..75e23c4e44 100644 --- a/repos/libports/ports/expat.port +++ b/repos/libports/ports/expat.port @@ -1,8 +1,9 @@ LICENSE := MIT DOWNLOADS := expat.archive VERSION := 2.4.9 +RELEASE := R_$(subst .,_,$(VERSION)) -URL(expat) := http://sourceforge.net/projects/expat/files/expat/$(VERSION)/expat-$(VERSION).tar.gz +URL(expat) := https://github.com/libexpat/libexpat/releases/download/$(RELEASE)/expat-$(VERSION).tar.gz SHA(expat) := 4415710268555b32c4e5ab06a583bea9fec8ff89333b218b70b43d4ca10e38fa DIR(expat) := src/lib/expat/contrib