2025-04-22 12:31:12 +00:00

38 lines
1.5 KiB
JSON

{
"version": "0.10.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.10.1/pdfcpu_0.10.1_Windows_x86_64.zip",
"hash": "0a130716915639829144d4e5c41b1bdb5086c8c4bbf610699aa9b4d8b13e4263",
"extract_dir": "pdfcpu_0.10.1_Windows_x86_64"
},
"32bit": {
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.10.1/pdfcpu_0.10.1_Windows_i386.zip",
"hash": "68ed7cd6b939ab187eb524c91f4a6073610359357bc2bc7ce56df59fba27f223",
"extract_dir": "pdfcpu_0.10.1_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"
}
}
}