From 034e5ff4e4f76d3e8228b693ce415ee4c3d94f15 Mon Sep 17 00:00:00 2001 From: febkor <25066330+febkor@users.noreply.github.com> Date: Thu, 27 Jan 2022 06:21:42 +0200 Subject: [PATCH] pdfcpu: Add version 0.3.13 (#3258) * pdfcpu: Add version 0.3.13 * Apply suggestions from code review Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Move common hash out of architecture block Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/pdfcpu.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 bucket/pdfcpu.json diff --git a/bucket/pdfcpu.json b/bucket/pdfcpu.json new file mode 100644 index 0000000000..c4f81e58f8 --- /dev/null +++ b/bucket/pdfcpu.json @@ -0,0 +1,37 @@ +{ + "version": "0.3.13", + "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.3.13/pdfcpu_0.3.13_Windows_x86_64.zip", + "hash": "99f9c1a5d32b0066436e67fe9e35ba1251ad865bc24ee51ca63ba617e5230546", + "extract_dir": "pdfcpu_0.3.13_Windows_x86_64" + }, + "32bit": { + "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.3.13/pdfcpu_0.3.13_Windows_i386.zip", + "hash": "edecea5d9be7de96b6698957be22553a04a09e8b279c08f9b4c205b93738affa", + "extract_dir": "pdfcpu_0.3.13_Windows_i386" + } + }, + "bin": "pdfcpu.exe", + "checkver": { + "github": "https://github.com/pdfcpu/pdfcpu" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v$version/pdfcpu_$version_Windows_x86_64.zip", + "extract_dir": "pdfcpu_$version_Windows_x86_64" + }, + "32bit": { + "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v$version/pdfcpu_$version_Windows_i386.zip", + "extract_dir": "pdfcpu_$version_Windows_i386" + } + }, + "hash": { + "url": "https://github.com/pdfcpu/pdfcpu/releases/download/v$version/checksums.txt" + } + } +}