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" + } + } +}