mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "8.17",
 | 
						|
    "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.17/racket-minimal-8.17-x86_64-win32.exe#/dl.7z",
 | 
						|
            "hash": "48d6c2e71315bbc9623e9c7f9c71a5ab9660cf544a6d26a4f8f16346ab825c27"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://mirror.racket-lang.org/installers/8.17/racket-minimal-8.17-i386-win32.exe#/dl.7z",
 | 
						|
            "hash": "c7f0a3355b118b718482f0cdc44485fd6b236e98f04a1532914c817bc1d6b488"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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>"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |