pdfcpu: Update to version 0.6.0

This commit is contained in:
github-actions[bot] 2023-12-10 12:30:39 +00:00
parent c9d4a89abb
commit b7f4fcd575

View File

@ -1,18 +1,18 @@
{ {
"version": "0.5.0", "version": "0.6.0",
"description": "A PDF processor written in Go, supporting encryption.", "description": "A PDF processor written in Go, supporting encryption.",
"homepage": "https://pdfcpu.io", "homepage": "https://pdfcpu.io",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.5.0/pdfcpu_0.5.0_Windows_x86_64.zip", "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.6.0/pdfcpu_0.6.0_Windows_x86_64.zip",
"hash": "59615329b113236cc3cd0296c4814bd11be291b48e57c66cfe165cd21240e65d", "hash": "b8a4dd5f151fae5ccb1c69b4e3c69e65c76cfdaf1ca1c6663e6272f7d79df191",
"extract_dir": "pdfcpu_0.5.0_Windows_x86_64" "extract_dir": "pdfcpu_0.6.0_Windows_x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.5.0/pdfcpu_0.5.0_Windows_i386.zip", "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.6.0/pdfcpu_0.6.0_Windows_i386.zip",
"hash": "f24de6d85dcbbedddc3f30a3275f90a4c215287f73ec229a929c10f079969f89", "hash": "7261bf07ea58c6f0869048415203da804d6d556f4141c49c3a95dc3911d228fe",
"extract_dir": "pdfcpu_0.5.0_Windows_i386" "extract_dir": "pdfcpu_0.6.0_Windows_i386"
} }
}, },
"bin": "pdfcpu.exe", "bin": "pdfcpu.exe",