pdfcpu: Update to version 0.11.1

This commit is contained in:
github-actions[bot] 2025-10-22 00:39:56 +00:00
parent 6f7cb473d5
commit 10d8309a3d

View File

@ -1,18 +1,18 @@
{
"version": "0.11.0",
"version": "0.11.1",
"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.11.0/pdfcpu_0.11.0_Windows_x86_64.zip",
"hash": "ad1e4df27a790fb7687d60d06f38492c5d8f6de06e0c99b57eb4af2ff377ad10",
"extract_dir": "pdfcpu_0.11.0_Windows_x86_64"
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.11.1/pdfcpu_0.11.1_Windows_x86_64.zip",
"hash": "b728436d173c6278286df5feb6ebf39e9fabca0951ca106c6e8678c7af14e9a8",
"extract_dir": "pdfcpu_0.11.1_Windows_x86_64"
},
"32bit": {
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.11.0/pdfcpu_0.11.0_Windows_i386.zip",
"hash": "3254c5fc9628ef0650fa68a42fd4e2648b5d1be48fe8fbc005247473fb81c5eb",
"extract_dir": "pdfcpu_0.11.0_Windows_i386"
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.11.1/pdfcpu_0.11.1_Windows_i386.zip",
"hash": "37ea74cbc25626581930d4156b091ef3b9a6eb6108c49f660d8bf7653693d1f5",
"extract_dir": "pdfcpu_0.11.1_Windows_i386"
}
},
"bin": "pdfcpu.exe",