mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			49 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "8.16",
 | 
						|
    "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",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://mirror.racket-lang.org/installers/8.16/racket-8.16-x86_64-win32.exe#/dl.7z",
 | 
						|
            "hash": "5d7523211a6c9cbe116e04f8de1d6e50252e9b263220c2bd92b602c08eaa36cd"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://mirror.racket-lang.org/installers/8.16/racket-8.16-i386-win32.exe#/dl.7z",
 | 
						|
            "hash": "6c479ab7500483ba0ef6512ed44da4496413d4846212fbca7271eae8807554f2"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "racket.exe",
 | 
						|
        "raco.exe"
 | 
						|
    ],
 | 
						|
    "shortcuts": [
 | 
						|
        [
 | 
						|
            "GRacket.exe",
 | 
						|
            "GRacket"
 | 
						|
        ],
 | 
						|
        [
 | 
						|
            "DrRacket.exe",
 | 
						|
            "DrRacket"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://download.racket-lang.org/",
 | 
						|
        "regex": "Version ([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://mirror.racket-lang.org/installers/$version/racket-$version-x86_64-win32.exe#/dl.7z"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://mirror.racket-lang.org/installers/$version/racket-$version-i386-win32.exe#/dl.7z"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://download.racket-lang.org/releases/$version/",
 | 
						|
            "regex": "$basename[\\s\\S]*?\"checksum\">$sha1</span>"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |