Skip to content
Snippets Groups Projects
Verified Commit 044acd5a authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Windows package: fix download link for x13as

Version 1.1_B39 is no longer available on census.gov. Use Debian’s pool
instead.
parent f8ca5a5a
Branches
Tags
No related merge requests found
Pipeline #7188 passed
......@@ -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-*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment