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

macOS package: fix download link for x13as

Version 1.1_B39 is no longer available on census.gov. Use Debian’s pool
instead.
parent 5290cea2
Branches
Tags
No related merge requests found
...@@ -135,7 +135,7 @@ clean-slicot-all: clean-slicot-src clean-slicot-tar clean-libslicot ...@@ -135,7 +135,7 @@ clean-slicot-all: clean-slicot-src clean-slicot-tar clean-libslicot
# #
tarballs/x13assrc_V$(X13AS_VERSION).tar.gz: tarballs/x13assrc_V$(X13AS_VERSION).tar.gz:
mkdir -p tarballs 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 sources64/x13as-$(X13AS_VERSION): tarballs/x13assrc_V$(X13AS_VERSION).tar.gz
rm -rf sources64/x13as-* 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