so I don't have to remember...
[fw/cortex-toolchain] / summon-arm-toolchain
index 94181e14d6fb830cae0fceb915e74ba1fe01ffc3..ac3a91312f35d69e6a5372526f577dcc84e187bb 100755 (executable)
@@ -220,7 +220,7 @@ esac
 function fetch {
     if [ ! -e ${STAMPS}/$1.fetch ]; then
         log "Downloading $1 sources..."
-        wget -c --no-passive-ftp $2 && touch ${STAMPS}/$1.fetch
+        wget -c $2 && touch ${STAMPS}/$1.fetch
     fi
 }
 
@@ -319,7 +319,7 @@ fi
 if [ ${LIBOPENCM3_EN} != 0 ]; then
 if [ ! -e libopencm3-${LIBOPENCM3}.tar.bz2 ]; then
        log "Cloning libopencm3 sources..."
-       git clone git://libopencm3.git.sourceforge.net/gitroot/libopencm3/libopencm3
+       git clone https://github.com/libopencm3/libopencm3
         cd libopencm3
         git archive --format=tar --prefix=libopencm3-${LIBOPENCM3}/ ${LIBOPENCM3} | \
             bzip2 --stdout > ../libopencm3-${LIBOPENCM3}.tar.bz2