2023-08-20 12:29:36 +00:00

38 lines
1.5 KiB
JSON

{
"version": "0.5.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.5.0/pdfcpu_0.5.0_Windows_x86_64.zip",
"hash": "59615329b113236cc3cd0296c4814bd11be291b48e57c66cfe165cd21240e65d",
"extract_dir": "pdfcpu_0.5.0_Windows_x86_64"
},
"32bit": {
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.5.0/pdfcpu_0.5.0_Windows_i386.zip",
"hash": "f24de6d85dcbbedddc3f30a3275f90a4c215287f73ec229a929c10f079969f89",
"extract_dir": "pdfcpu_0.5.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"
}
}
}