mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 15:51:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "8.12",
 | 
						|
    "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.12/racket-minimal-8.12-x86_64-win32.exe#/dl.7z",
 | 
						|
            "hash": "d5b08b703268a8bf1f9292e97f000c5ccc44df4cb4065e00e358a5e92104672a"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://mirror.racket-lang.org/installers/8.12/racket-minimal-8.12-i386-win32.exe#/dl.7z",
 | 
						|
            "hash": "8f63de16c45edf43e94109561466aac9663167314e4bf4939dc1ec71f3cd20d4"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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>"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |