mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "11.4.0",
 | 
						|
    "description": "A command-line program that does structural, content-preserving transformations on PDF files.",
 | 
						|
    "homepage": "https://qpdf.sourceforge.net/",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/11.4.0/qpdf-11.4.0-mingw64.zip",
 | 
						|
            "hash": "sha1:5cc8f8a120c662cca591756743b745f01c728669",
 | 
						|
            "extract_dir": "qpdf-11.4.0-mingw64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/11.4.0/qpdf-11.4.0-mingw32.zip",
 | 
						|
            "hash": "sha1:a6ece97d77c0d77759cd1ed24309f8adb05b91e0",
 | 
						|
            "extract_dir": "qpdf-11.4.0-mingw32"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "bin\\qpdf.exe",
 | 
						|
        "bin\\fix-qdf.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/qpdf/qpdf",
 | 
						|
        "regex": "qpdf-([\\d.]+)-"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/$version/qpdf-$version-mingw64.zip",
 | 
						|
                "extract_dir": "qpdf-$version-mingw64"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://downloads.sourceforge.net/project/qpdf/qpdf/$version/qpdf-$version-mingw32.zip",
 | 
						|
                "extract_dir": "qpdf-$version-mingw32"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |