2024-08-31 16:29:26 +00:00

38 lines
1.5 KiB
JSON

{
"version": "0.8.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.8.1/pdfcpu_0.8.1_Windows_x86_64.zip",
"hash": "2ecab6cb869600bb3d1042d6845db90ca0f48de19ea3371e3685bf6cb8931dc9",
"extract_dir": "pdfcpu_0.8.1_Windows_x86_64"
},
"32bit": {
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.8.1/pdfcpu_0.8.1_Windows_i386.zip",
"hash": "62fdc0a6ac8def0f7f00c550dd5aff11d2fbb512e7681d5b66281323a0680e0a",
"extract_dir": "pdfcpu_0.8.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"
}
}
}