From b059860ba12ea0c5ea22fb45653db92b9dd60285 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 16:29:26 +0000 Subject: [PATCH] pdfcpu: Update to version 0.8.1 --- bucket/pdfcpu.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/pdfcpu.json b/bucket/pdfcpu.json index e463b598d6..5433cc47f6 100644 --- a/bucket/pdfcpu.json +++ b/bucket/pdfcpu.json @@ -1,18 +1,18 @@ { - "version": "0.8.0", + "version": "0.8.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.8.0/pdfcpu_0.8.0_Windows_x86_64.zip", - "hash": "658ca46ef5a4d1c02ef9e7781c00069b34ab1f015bda79586965f24f19922e13", - "extract_dir": "pdfcpu_0.8.0_Windows_x86_64" + "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.8.1/pdfcpu_0.8.1_Windows_x86_64.zip", + "hash": "2ecab6cb869600bb3d1042d6845db90ca0f48de19ea3371e3685bf6cb8931dc9", + "extract_dir": "pdfcpu_0.8.1_Windows_x86_64" }, "32bit": { - "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.8.0/pdfcpu_0.8.0_Windows_i386.zip", - "hash": "a55a1223abc78c40fca12885074cab4c75e25117bb74c7887e0cb8de3c19e082", - "extract_dir": "pdfcpu_0.8.0_Windows_i386" + "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.8.1/pdfcpu_0.8.1_Windows_i386.zip", + "hash": "62fdc0a6ac8def0f7f00c550dd5aff11d2fbb512e7681d5b66281323a0680e0a", + "extract_dir": "pdfcpu_0.8.1_Windows_i386" } }, "bin": "pdfcpu.exe",