mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 21:51:31 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "0.4.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.4.0/pdfcpu_0.4.0_Windows_x86_64.zip",
|
|
"hash": "aca059ebf0e1f762532dd921695729b8d1c4c8ea628c58a70210ffc149d37e80",
|
|
"extract_dir": "pdfcpu_0.4.0_Windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.4.0/pdfcpu_0.4.0_Windows_i386.zip",
|
|
"hash": "63e73f50724687ee06b0f9a71b5ac82c70551024382caa4b35dbec256027e09a",
|
|
"extract_dir": "pdfcpu_0.4.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"
|
|
}
|
|
}
|
|
}
|