From bf980e51c4a8948bb9052309c1a42d6f12bea244 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 00:32:36 +0000 Subject: [PATCH] pdfcpu: Update to version 0.4.1 --- bucket/pdfcpu.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/pdfcpu.json b/bucket/pdfcpu.json index 03b00ff759..7e610c6989 100644 --- a/bucket/pdfcpu.json +++ b/bucket/pdfcpu.json @@ -1,18 +1,18 @@ { - "version": "0.4.0", + "version": "0.4.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.4.0/pdfcpu_0.4.0_Windows_x86_64.zip", - "hash": "aca059ebf0e1f762532dd921695729b8d1c4c8ea628c58a70210ffc149d37e80", - "extract_dir": "pdfcpu_0.4.0_Windows_x86_64" + "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.4.1/pdfcpu_0.4.1_Windows_x86_64.zip", + "hash": "f3c50081421a59469252d4afbf74d73763470c56bf43abaff89ccf98913eab54", + "extract_dir": "pdfcpu_0.4.1_Windows_x86_64" }, "32bit": { - "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.4.0/pdfcpu_0.4.0_Windows_i386.zip", - "hash": "63e73f50724687ee06b0f9a71b5ac82c70551024382caa4b35dbec256027e09a", - "extract_dir": "pdfcpu_0.4.0_Windows_i386" + "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.4.1/pdfcpu_0.4.1_Windows_i386.zip", + "hash": "a72304b7f90b0477acf825a7d2e5655a75a2d716301d8838e63dd0fbae92b55c", + "extract_dir": "pdfcpu_0.4.1_Windows_i386" } }, "bin": "pdfcpu.exe",