mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.13.24",
 | 
						|
    "description": "A brand-new language server for Typst",
 | 
						|
    "homepage": "https://github.com/Myriad-Dreamin/tinymist",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "suggest": {
 | 
						|
        "vcredist": "extras/vcredist2022"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.13.24/tinymist-x86_64-pc-windows-msvc.zip",
 | 
						|
            "hash": "8dfb9d99828e80765c1baf8568e72751d141bb77e7c45f95b0f4eeced14f325e"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.13.24/tinymist-aarch64-pc-windows-msvc.zip",
 | 
						|
            "hash": "bda620d21e7c0c62ec75a291a0dd8024c0e25ae0b1d654804f0ca699c75d383e"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "tinymist.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/Myriad-Dreamin/tinymist/releases/download/v$version/tinymist-aarch64-pc-windows-msvc.zip"
 | 
						|
            },
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/Myriad-Dreamin/tinymist/releases/download/v$version/tinymist-x86_64-pc-windows-msvc.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/sha256.sum"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |