From 738eb7f6fc2f070a403966e48a70a8aa5ea1e94a Mon Sep 17 00:00:00 2001 From: Retia <34053927+Retia-Adolf@users.noreply.github.com> Date: Tue, 28 May 2019 08:39:48 +0000 Subject: [PATCH] Racket: use official url instead of mirror's (#67) * Racket: use official url instead of mirror's --- bucket/racket.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bucket/racket.json b/bucket/racket.json index 3b903cac19..3e4de58943 100644 --- a/bucket/racket.json +++ b/bucket/racket.json @@ -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": {