mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "8.1",
 | 
						|
    "description": "Minimal Racket installation, without DrRacket/docs",
 | 
						|
    "homepage": "https://racket-lang.org",
 | 
						|
    "license": "LGPL-3.0-or-later",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://mirror.racket-lang.org/installers/8.1/racket-minimal-8.1-x86_64-win32.exe#/dl.7z",
 | 
						|
            "hash": "5e9c1cbe53f9e13b71d174f30efd19c484855a33f8d2dc502aaf9cdd4bd36ac6"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://mirror.racket-lang.org/installers/8.1/racket-minimal-8.1-i386-win32.exe#/dl.7z",
 | 
						|
            "hash": "c2a3116b459e637926ee062a10e5cffdaab6fef9523aa6a6b15d2c284c2a5883"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "racket.exe",
 | 
						|
        "raco.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://download.racket-lang.org/",
 | 
						|
        "regex": "Version ([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://mirror.racket-lang.org/installers/$version/racket-minimal-$version-x86_64-win32.exe#/dl.7z"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://mirror.racket-lang.org/installers/$version/racket-minimal-$version-i386-win32.exe#/dl.7z"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://download.racket-lang.org/releases/$version/",
 | 
						|
            "regex": "$basename.*?\"checksum\">$sha1</span>"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |