2023-05-07 00:32:36 +00:00

38 lines
1.5 KiB
JSON

{
"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.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.1/pdfcpu_0.4.1_Windows_i386.zip",
"hash": "a72304b7f90b0477acf825a7d2e5655a75a2d716301d8838e63dd0fbae92b55c",
"extract_dir": "pdfcpu_0.4.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"
}
}
}