mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			54 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "10.0.0",
 | 
						|
    "description": "An interpreter for the PostScript language and for PDF",
 | 
						|
    "homepage": "https://www.ghostscript.com",
 | 
						|
    "license": {
 | 
						|
        "identifier": "AGPL-3.0-or-later|Freeware",
 | 
						|
        "url": "https://www.ghostscript.com/license.html"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs1000/gs1000w64.exe#/dl.7z",
 | 
						|
            "hash": "a7a446388447e716ee3e2e1eee840b0c80e5549a0fa1fc2b069bd887b9105b24",
 | 
						|
            "bin": [
 | 
						|
                "bin\\gswin64.exe",
 | 
						|
                "bin\\gswin64c.exe",
 | 
						|
                [
 | 
						|
                    "bin\\gswin64c.exe",
 | 
						|
                    "gs"
 | 
						|
                ]
 | 
						|
            ]
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs1000/gs1000w32.exe#/dl.7z",
 | 
						|
            "hash": "7b7d6a2786ce2b8f91a5f0295d82f2678304bf0bf9aa5501b6f98f90cd98520f",
 | 
						|
            "bin": [
 | 
						|
                "bin\\gswin32.exe",
 | 
						|
                "bin\\gswin32c.exe",
 | 
						|
                [
 | 
						|
                    "bin\\gswin32c.exe",
 | 
						|
                    "gs"
 | 
						|
                ]
 | 
						|
            ]
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "env_add_path": "lib",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/ArtifexSoftware/ghostpdl-downloads/",
 | 
						|
        "regex": "Ghostscript/GhostPDL ([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$cleanVersion/gs$cleanVersionw64.exe#/dl.7z"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$cleanVersion/gs$cleanVersionw32.exe#/dl.7z"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/SHA512SUMS"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |