mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.14.0",
 | 
						|
    "description": "Terminal-based slideshow tool",
 | 
						|
    "homepage": "https://github.com/mfontanini/presenterm",
 | 
						|
    "license": "BSD-2-Clause",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/mfontanini/presenterm/releases/download/v0.14.0/presenterm-0.14.0-x86_64-pc-windows-msvc.zip",
 | 
						|
            "hash": "sha512:7a98944b3bc3aa5ec2b3aac11e1a4eed5e1f8ecd3a6d34a7e68e29419c52611ca5123ec6d318da817650972ab99ce750010d14305a708a670a87cb9c6087c03d"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/mfontanini/presenterm/releases/download/v0.14.0/presenterm-0.14.0-i686-pc-windows-msvc.zip",
 | 
						|
            "hash": "sha512:2b1c95b24abe0b834abcb957ee31c807e12acdef92f2690d1d2b15965b13dd16a02a39c814466d896d5544c72223464a71af8e47d4b5c1bbcceae6c9c25a108a"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "presenterm.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "extract_dir": "presenterm-0.14.0",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/mfontanini/presenterm/releases/download/v$version/presenterm-$version-x86_64-pc-windows-msvc.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/mfontanini/presenterm/releases/download/v$version/presenterm-$version-i686-pc-windows-msvc.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "extract_dir": "presenterm-$version",
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha512"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |