switch lib download site to download.racket-lang.org

This commit is contained in:
Matthew Flatt 2010-11-05 13:57:13 -06:00
parent 39596efef5
commit 7a3e132a96
2 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ LINKRESULT_wx_mac = GRacket@CGC@.app/Contents/MacOS/GRacket@CGC@
LINKRESULT = $(LINKRESULT_@WXVARIANT@)
# Incremented each time the binaries change:
DOWNLOAD_BIN_VERSION = 3
DOWNLOAD_BIN_VERSION = 1
bin:
$(MAKE) @MAIN_VARIANT@

View File

@ -18,8 +18,8 @@
(src-dir dest-dir)
(values src-dir dest-dir)))
(define url-host "github.com")
(define url-path "/mflatt/gracket-libs/raw/master/")
(define url-host "download.racket-lang.org")
(define url-path "/libs/1/")
(define url-base (string-append "http://" url-host url-path))
(define needed-files+sizes