mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 15:21:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.13.1",
 | 
						|
    "description": "A cross-platform command-line tool to convert images into ascii art and print them on the console. Now supports braille art!",
 | 
						|
    "homepage": "https://github.com/TheZoraiz/ascii-image-converter/",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/TheZoraiz/ascii-image-converter/releases/download/v1.13.1/ascii-image-converter_Windows_amd64_64bit.zip",
 | 
						|
            "hash": "f1695fe93fafaf44b23ccc8470a4cdd4f60dba4ec8d04be5c17bffc7c8324e9b",
 | 
						|
            "extract_dir": "ascii-image-converter_Windows_amd64_64bit"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/TheZoraiz/ascii-image-converter/releases/download/v1.13.1/ascii-image-converter_Windows_i386_32bit.zip",
 | 
						|
            "hash": "9c395f8a4f38bc4070deb7c1c3d732f3dd0e092248c19e31ea3f55c074fd3787",
 | 
						|
            "extract_dir": "ascii-image-converter_Windows_i386_32bit"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "ascii-image-converter.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/TheZoraiz/ascii-image-converter/releases/download/v$version/ascii-image-converter_Windows_amd64_64bit.zip",
 | 
						|
                "hash": {
 | 
						|
                    "url": "$baseurl/sha256_checksums.txt",
 | 
						|
                    "regex": "$sha256\\s+$basename"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/TheZoraiz/ascii-image-converter/releases/download/v$version/ascii-image-converter_Windows_i386_32bit.zip",
 | 
						|
                "hash": {
 | 
						|
                    "url": "$baseurl/sha256_checksums.txt",
 | 
						|
                    "regex": "$sha256\\s+$basename"
 | 
						|
                }
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |