From 71efa5e281c8f87c20b78109155f781211f51477 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 14 Mar 2023 15:31:36 +0100
Subject: [PATCH] macOS package: fix download link for x13as
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Version 1.1_B39 is no longer available on census.gov. Use Debian’s pool
instead.
---
 macOS/deps/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/macOS/deps/Makefile b/macOS/deps/Makefile
index 299b7a7b5f..48e33f15c1 100644
--- a/macOS/deps/Makefile
+++ b/macOS/deps/Makefile
@@ -135,7 +135,7 @@ clean-slicot-all: clean-slicot-src clean-slicot-tar clean-libslicot
 #
 tarballs/x13assrc_V$(X13AS_VERSION).tar.gz:
 	mkdir -p tarballs
-	wget $(WGET_OPTIONS) -O $@ https://www.census.gov/ts/x13as/unix/x13assrc_V$(X13AS_VERSION).tar.gz
+	wget $(WGET_OPTIONS) -O $@ https://ftp.debian.org/debian/pool/non-free/x/x13as/x13as_$(subst _,-,$(X13AS_VERSION)).orig.tar.gz
 
 sources64/x13as-$(X13AS_VERSION): tarballs/x13assrc_V$(X13AS_VERSION).tar.gz
 	rm -rf sources64/x13as-*
-- 
GitLab