libopencm3 repo moved
authorBdale Garbee <bdale@gag.com>
Mon, 22 Apr 2013 17:39:47 +0000 (11:39 -0600)
committerBdale Garbee <bdale@gag.com>
Mon, 22 Apr 2013 17:39:47 +0000 (11:39 -0600)
summon-arm-toolchain

index 94181e14d6fb830cae0fceb915e74ba1fe01ffc3..aa7afe92488af95835b05438a0706725b290963d 100755 (executable)
@@ -319,7 +319,7 @@ fi
 if [ ${LIBOPENCM3_EN} != 0 ]; then
 if [ ! -e libopencm3-${LIBOPENCM3}.tar.bz2 ]; then
        log "Cloning libopencm3 sources..."
 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
         cd libopencm3
         git archive --format=tar --prefix=libopencm3-${LIBOPENCM3}/ ${LIBOPENCM3} | \
             bzip2 --stdout > ../libopencm3-${LIBOPENCM3}.tar.bz2