#!/bin/sh
exec >&2
echo 'You are downloading ShellCheck from an outdated URL!'
echo ''
echo 'Please update to the new URL:'
echo 'https://github.com/koalaman/shellcheck/releases/download/v0.7.0/shellcheck-v0.7.0.linux.x86_64.tar.xz'
echo ''
echo 'For more information, see:'
echo 'https://github.com/koalaman/shellcheck/issues/1871'
echo ''
echo 'PS: Sorry for breaking your build. The hosting costs were getting out of hand :('
exit 1
