pdfcpu: Update to version 0.10.2

This commit is contained in:
github-actions[bot] 2025-04-23 12:31:25 +00:00
parent 9e83e6f830
commit 983fd85f9d

View File

@ -1,18 +1,18 @@
{
"version": "0.10.1",
"version": "0.10.2",
"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.10.1/pdfcpu_0.10.1_Windows_x86_64.zip",
"hash": "0a130716915639829144d4e5c41b1bdb5086c8c4bbf610699aa9b4d8b13e4263",
"extract_dir": "pdfcpu_0.10.1_Windows_x86_64"
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.10.2/pdfcpu_0.10.2_Windows_x86_64.zip",
"hash": "e0099d454604be15d8cafe57a392f9a0987a30b504a4925bbc3c1d64cda00d6d",
"extract_dir": "pdfcpu_0.10.2_Windows_x86_64"
},
"32bit": {
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.10.1/pdfcpu_0.10.1_Windows_i386.zip",
"hash": "68ed7cd6b939ab187eb524c91f4a6073610359357bc2bc7ce56df59fba27f223",
"extract_dir": "pdfcpu_0.10.1_Windows_i386"
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.10.2/pdfcpu_0.10.2_Windows_i386.zip",
"hash": "3261d1a22d24529f7a2eff0f369913c6ad5ba34aca4bb59eded333cddc540df3",
"extract_dir": "pdfcpu_0.10.2_Windows_i386"
}
},
"bin": "pdfcpu.exe",