mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 19:21:18 +00:00
racket: Update to version 7.8
This commit is contained in:
parent
e6d77a38b7
commit
7b5898401c
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "7.7",
|
||||
"version": "7.8",
|
||||
"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.",
|
||||
"homepage": "https://racket-lang.org",
|
||||
"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.",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://mirror.racket-lang.org/installers/7.7/racket-7.7-x86_64-win32.exe#/dl.7z",
|
||||
"hash": "sha1:f4d634a242ca35458b5de10c2c3832a69f7fb009"
|
||||
"url": "https://mirror.racket-lang.org/installers/7.8/racket-7.8-x86_64-win32.exe#/dl.7z",
|
||||
"hash": "sha1:1214ff3473df8a751b5300832b61a1cecabc8bcb"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://mirror.racket-lang.org/installers/7.7/racket-7.7-i386-win32.exe#/dl.7z",
|
||||
"hash": "sha1:80a2588de5c00ab33dc2add4c2a724f2cfa0d883"
|
||||
"url": "https://mirror.racket-lang.org/installers/7.8/racket-7.8-i386-win32.exe#/dl.7z",
|
||||
"hash": "sha1:e18b014a0a0fce244ac1d09774f0db80aaccbfcf"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
@ -29,7 +29,7 @@
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://download.racket-lang.org/",
|
||||
"re": "Version ([\\d.]+)"
|
||||
"regex": "Version ([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user