From: Hugo Villeneuve Date: Sun, 18 May 2014 20:32:49 +0000 (-0400) Subject: Change flac download URL X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=b32dec00e292f48d52da7dd83a100eedc1a49b94;p=hvlinux.git Change flac download URL --- diff --git a/stage3/packages-update b/stage3/packages-update index 43780e8..8dfad89 100755 --- a/stage3/packages-update +++ b/stage3/packages-update @@ -176,7 +176,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the fpkg -e "tar.gz" ${LIBVORBIS} \ "http://downloads.xiph.org/releases/vorbis" fpkg -e "zip" ${VORBISGAIN} "http://sjeng.org/ftp/vorbis" - fpkg -m sf ${FLAC} + fpkg -e "tar.xz" ${FLAC} "http://downloads.xiph.org/releases/flac" fpkg -e "tar.gz" ${LIBSNDFILE} "http://www.mega-nerd.com/libsndfile/files" fpkg -e "tar.gz" ${LIBSAMPLERATE} "http://www.mega-nerd.com/SRC"