mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
racket: Update to version 7.5
This commit is contained in:
parent
c6be1f9f37
commit
8279209d85
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"version": "7.4",
|
"version": "7.5",
|
||||||
"homepage": "https://racket-lang.org",
|
"homepage": "https://racket-lang.org",
|
||||||
"license": "LGPL-3.0-or-later",
|
"license": "LGPL-3.0-or-later",
|
||||||
"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.",
|
"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": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://mirror.racket-lang.org/installers/7.4/racket-7.4-x86_64-win32.exe#/dl.7z",
|
"url": "https://mirror.racket-lang.org/installers/7.5/racket-7.5-x86_64-win32.exe#/dl.7z",
|
||||||
"hash": "sha1:ef76534d96cfd045e74b2191154a15fffe16b2e7"
|
"hash": "sha1:76c068dff4cf8927da3ec1c8f7bfd50c948de906"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://mirror.racket-lang.org/installers/7.4/racket-7.4-i386-win32.exe#/dl.7z",
|
"url": "https://mirror.racket-lang.org/installers/7.5/racket-7.5-i386-win32.exe#/dl.7z",
|
||||||
"hash": "sha1:353d21707ca902483e618948c34b3253205fe742"
|
"hash": "sha1:c323aa007fbc31062d1f6dc3a63e5b5e3ba0b5c9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user