Update to changed sourceforge API urls

Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
This commit is contained in:
Thomas Braun 2014-08-14 17:06:14 +02:00
Родитель 901088125d
Коммит 4b92a00786
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@ srcdir=$(pwd)
# Limit the number of RSS feed entries.
limit=10000
rss="$(curl -s http://sourceforge.net/api/file/index/project-id/202880/mtime/desc/limit/$limit/rss)"
rss="$(curl -s http://sourceforge.net/projects/mingw-w64/rss?limit=$limit)"
if test $? -ne 0
then
file="$(ls -1 mingw-w64-bin_i686-mingw_[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9].zip 2>/dev/null)"