Racket: use official url instead of mirror's (#67)

* Racket: use official url instead of mirror's
This commit is contained in:
Retia 2019-05-28 08:39:48 +00:00 committed by Hsiao-nan Cheung
parent c516b56c03
commit 738eb7f6fc

View File

@ -2,13 +2,14 @@
"version": "7.3",
"homepage": "https://racket-lang.org",
"license": "LGPL-3.0",
"description": "A general-purpose, feature-rich programming language developed from Scheme Lisp, also the family of the core language and its dialects. It includes an extensive macro system for creating and implementing language constructs and dialects; eventspaces and custodians for resource management; units, modules and classes for programming in the large; paritial continuation; the first contract system for higher-order functions, and more.",
"architecture": {
"64bit": {
"url": "https://www.cs.utah.edu/plt/installers/7.3/racket-7.3-x86_64-win32.exe#/dl.7z",
"url": "https://mirror.racket-lang.org/installers/7.3/racket-7.3-x86_64-win32.exe#/dl.7z",
"hash": "sha1:bf88276b4f708b00ba60b2524386ca09227048d0"
},
"32bit": {
"url": "https://www.cs.utah.edu/plt/installers/7.3/racket-7.3-i386-win32.exe#/dl.7z",
"url": "https://mirror.racket-lang.org/installers/7.3/racket-7.3-i386-win32.exe#/dl.7z",
"hash": "sha1:321c230899ed5fbfb7987c50bf07aacf528dd951"
}
},
@ -33,10 +34,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.cs.utah.edu/plt/installers/$version/racket-$version-x86_64-win32.exe#/dl.7z"
"url": "https://mirror.racket-lang.org/installers/$version/racket-$version-x86_64-win32.exe#/dl.7z"
},
"32bit": {
"url": "https://www.cs.utah.edu/plt/installers/$version/racket-$version-i386-win32.exe#/dl.7z"
"url": "https://mirror.racket-lang.org/installers/$version/racket-$version-i386-win32.exe#/dl.7z"
}
},
"hash": {