mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 23:51:21 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "0.7.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.7.0/pdfcpu_0.7.0_Windows_x86_64.zip",
|
|
"hash": "0badebcf10ec1e88f4a3acd1f08b80b746cff02306e1a387cfc363c933b5670f",
|
|
"extract_dir": "pdfcpu_0.7.0_Windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.7.0/pdfcpu_0.7.0_Windows_i386.zip",
|
|
"hash": "603b823a8112598cc9c56ee421c57a4203a86fc239806149ae32af07c722dc7b",
|
|
"extract_dir": "pdfcpu_0.7.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"
|
|
}
|
|
}
|
|
}
|