# 32-bit:
BASEURL=https://dl.dropboxusercontent.com/u/119453582/Cygwin/32bit/release
wget --no-check-certificate --no-host-directories --force-directories
--cut-dirs=5 \
${BASEURL}/perl-Text-CSV_XS/perl-Text-CSV_XS-1.01-1-src.tar.bz2 \
${BASEURL}/perl-Text-CSV_XS/perl-Text-CSV_XS-1.01-1.tar.bz2 \
${BASEURL}/perl-Text-CSV_XS/perl-Text-CSV_XS-debuginfo/perl-Text-CSV_XS-debuginfo-1.01-1.tar.bz2
\
${BASEURL}/perl-Text-CSV_XS/perl-Text-CSV_XS-debuginfo/setup.hint \
${BASEURL}/perl-Text-CSV_XS/setup.hint
# 64-bit:
BASEURL=https://dl.dropboxusercontent.com/u/119453582/Cygwin/64bit/release
wget --no-check-certificate --no-host-directories --force-directories
--cut-dirs=5 \
${BASEURL}/perl-Text-CSV_XS/perl-Text-CSV_XS-1.01-1-src.tar.bz2 \
${BASEURL}/perl-Text-CSV_XS/perl-Text-CSV_XS-1.01-1.tar.bz2 \
${BASEURL}/perl-Text-CSV_XS/perl-Text-CSV_XS-debuginfo/perl-Text-CSV_XS-debuginfo-1.01-1.tar.bz2
\
${BASEURL}/perl-Text-CSV_XS/perl-Text-CSV_XS-debuginfo/setup.hint \
${BASEURL}/perl-Text-CSV_XS/setup.hint
In both cases, please delete 0.98-1 and leave 1.00-1 as previous.