mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	* pdfcpu: Add version 0.3.13 * Apply suggestions from code review Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Move common hash out of architecture block Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.3.13",
 | 
						|
    "description": "A PDF processor written in Go, supporting encryption.",
 | 
						|
    "homepage": "https://pdfcpu.io",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.3.13/pdfcpu_0.3.13_Windows_x86_64.zip",
 | 
						|
            "hash": "99f9c1a5d32b0066436e67fe9e35ba1251ad865bc24ee51ca63ba617e5230546",
 | 
						|
            "extract_dir": "pdfcpu_0.3.13_Windows_x86_64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.3.13/pdfcpu_0.3.13_Windows_i386.zip",
 | 
						|
            "hash": "edecea5d9be7de96b6698957be22553a04a09e8b279c08f9b4c205b93738affa",
 | 
						|
            "extract_dir": "pdfcpu_0.3.13_Windows_i386"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "pdfcpu.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/pdfcpu/pdfcpu"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v$version/pdfcpu_$version_Windows_x86_64.zip",
 | 
						|
                "extract_dir": "pdfcpu_$version_Windows_x86_64"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v$version/pdfcpu_$version_Windows_i386.zip",
 | 
						|
                "extract_dir": "pdfcpu_$version_Windows_i386"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v$version/checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |