pdfcpu: Update to version 0.4.1

This commit is contained in:
github-actions[bot] 2023-05-07 00:32:36 +00:00
parent b3d86979ac
commit bf980e51c4

View File

@ -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",