mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			51 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "4.6",
 | 
						|
    "description": "Converts source code to formatted text with syntax highlighting.",
 | 
						|
    "homepage": "http://www.andre-simon.de/doku/highlight/en/highlight.php",
 | 
						|
    "license": "GPL-3.0-only",
 | 
						|
    "notes": "You need to set the working directory of the shortcut to '$dir'",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "http://www.andre-simon.de/zip/highlight-4.6-x64.zip",
 | 
						|
            "hash": "9bc89309d28fdd8862385b4ed83e35c7374b355281cd61df428008340ea2c821",
 | 
						|
            "extract_dir": "highlight-4.6-x64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "http://www.andre-simon.de/zip/highlight-4.6.zip",
 | 
						|
            "hash": "8eb8a3db6d347c5b1312dd292ba129231a815fda7bfe3ff8a70147512e44661d",
 | 
						|
            "extract_dir": "highlight-4.6"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "highlight.exe",
 | 
						|
    "shortcuts": [
 | 
						|
        [
 | 
						|
            "highlight-gui.exe",
 | 
						|
            "Highlight"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://gitlab.com/saalen/highlight/-/tags",
 | 
						|
        "regex": "v([\\d.]+)</a>"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "http://www.andre-simon.de/zip/highlight-$version-x64.zip",
 | 
						|
                "hash": {
 | 
						|
                    "url": "http://www.andre-simon.de/zip/download.php",
 | 
						|
                    "regex": "$sha256</code>\\s+\\|\\s+<a href=\"highlight-[\\d.]+-x64\\.zip"
 | 
						|
                },
 | 
						|
                "extract_dir": "highlight-$version-x64"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "http://www.andre-simon.de/zip/highlight-$version.zip",
 | 
						|
                "hash": {
 | 
						|
                    "url": "http://www.andre-simon.de/zip/download.php",
 | 
						|
                    "regex": "$sha256</code>\\s+\\|\\s+<a href=\"highlight-[\\d.]+\\.zip"
 | 
						|
                },
 | 
						|
                "extract_dir": "highlight-$version"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |