From 044acd5a33772d7929db9c84f3b702235ad5a4de Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Wed, 22 Jun 2022 14:00:28 +0200
Subject: [PATCH] Windows 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.
---
 windows/deps/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/windows/deps/Makefile b/windows/deps/Makefile
index 40c6c34900..d6ac4d1d6d 100644
--- a/windows/deps/Makefile
+++ b/windows/deps/Makefile
@@ -195,7 +195,7 @@ clean-msys2:
 
 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