2024-04-25 00:34:31 +00:00

38 lines
1.5 KiB
JSON

{
"version": "0.8.0",
"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.8.0/pdfcpu_0.8.0_Windows_x86_64.zip",
"hash": "658ca46ef5a4d1c02ef9e7781c00069b34ab1f015bda79586965f24f19922e13",
"extract_dir": "pdfcpu_0.8.0_Windows_x86_64"
},
"32bit": {
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.8.0/pdfcpu_0.8.0_Windows_i386.zip",
"hash": "a55a1223abc78c40fca12885074cab4c75e25117bb74c7887e0cb8de3c19e082",
"extract_dir": "pdfcpu_0.8.0_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"
}
}
}