2024-10-24 00:34:53 +00:00

38 lines
1.5 KiB
JSON

{
"version": "0.9.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.9.0/pdfcpu_0.9.0_Windows_x86_64.zip",
"hash": "95108b0ca89cf29dc4dc64ced2333600e6fd25f3981c4f049ec738400dc3dd19",
"extract_dir": "pdfcpu_0.9.0_Windows_x86_64"
},
"32bit": {
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.9.0/pdfcpu_0.9.0_Windows_i386.zip",
"hash": "6be60f5c49442f22582cdff17c1fa69c34b8718712aacdd001ff4a311454c205",
"extract_dir": "pdfcpu_0.9.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"
}
}
}