File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 161161LIBUUID_VERSION=" 1.0.3"
162162if [ ! -d " libuuid-${LIBUUID_VERSION} " ]; then
163163 echo " Downloading libuuid-${LIBUUID_VERSION} "
164- curl -LO https://excellmedia.dl .sourceforge.net/project/libuuid/libuuid-${LIBUUID_VERSION} .tar.gz
164+ curl -LO https://downloads .sourceforge.net/project/libuuid/libuuid-${LIBUUID_VERSION} .tar.gz
165165 tar -xf libuuid-${LIBUUID_VERSION} .tar.gz
166166else
167167 echo " Using existing ` pwd` /libuuid-${LIBUUID_VERSION} "
188188LIBPNG_VERSION=" 1.6.34"
189189if [ ! -d " libpng-${LIBPNG_VERSION} " ]; then
190190 echo " Downloading libpng-${LIBPNG_VERSION} "
191- curl -LO https://netix.dl .sourceforge.net/project/libpng/libpng16/${LIBPNG_VERSION} /libpng-${LIBPNG_VERSION} .tar.xz
191+ curl -LO https://downloads .sourceforge.net/project/libpng/libpng16/${LIBPNG_VERSION} /libpng-${LIBPNG_VERSION} .tar.xz
192192 tar -xf libpng-${LIBPNG_VERSION} .tar.xz
193193else
194194 echo " Using existing ` pwd` /libpng-${LIBPNG_VERSION} "
You can’t perform that action at this time.
0 commit comments