2025-05-28 16:30:11 +00:00

38 lines
1.5 KiB
JSON

{
"version": "0.11.0",
"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.11.0/pdfcpu_0.11.0_Windows_x86_64.zip",
"hash": "ad1e4df27a790fb7687d60d06f38492c5d8f6de06e0c99b57eb4af2ff377ad10",
"extract_dir": "pdfcpu_0.11.0_Windows_x86_64"
},
"32bit": {
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.11.0/pdfcpu_0.11.0_Windows_i386.zip",
"hash": "3254c5fc9628ef0650fa68a42fd4e2648b5d1be48fe8fbc005247473fb81c5eb",
"extract_dir": "pdfcpu_0.11.0_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"
}
}
}