mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.2.1",
 | 
						|
    "description": "Markdown reader for the terminal with a TUI and encrypted cloud stash",
 | 
						|
    "homepage": "https://github.com/charmbracelet/glow",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/charmbracelet/glow/releases/download/v1.2.1/glow_1.2.1_Windows_x86_64.zip",
 | 
						|
            "hash": "6eca56fa93626fdedadd5e93ef53c1086e499c5873388dffd5df6fadd8d59400"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/charmbracelet/glow/releases/download/v1.2.1/glow_1.2.1_Windows_i386.zip",
 | 
						|
            "hash": "c511e8382dacb756fc6be9efb54f1970ce21039bb46cd64ea1ed31ac8d3e423f"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "glow.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/charmbracelet/glow/releases/download/v$version/glow_$version_Windows_x86_64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/charmbracelet/glow/releases/download/v$version/glow_$version_Windows_i386.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |