From e89da1c2d8b9a03194d7fc1a0013a8428fd70490 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 16:30:11 +0000 Subject: [PATCH] pdfcpu: Update to version 0.11.0 --- bucket/pdfcpu.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/pdfcpu.json b/bucket/pdfcpu.json index 5f2646e1ce..ce7bd36ea2 100644 --- a/bucket/pdfcpu.json +++ b/bucket/pdfcpu.json @@ -1,18 +1,18 @@ { - "version": "0.10.2", + "version": "0.11.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.10.2/pdfcpu_0.10.2_Windows_x86_64.zip", - "hash": "e0099d454604be15d8cafe57a392f9a0987a30b504a4925bbc3c1d64cda00d6d", - "extract_dir": "pdfcpu_0.10.2_Windows_x86_64" + "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" }, "32bit": { - "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" + "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" } }, "bin": "pdfcpu.exe",