Extras/bucket/pdfsam.json
2026-07-10 16:59:48 +00:00

30 lines
1014 B
JSON

{
"version": "6.0.4",
"description": "A JavaFX desktop application to split, merge, rotate and perform other manipulations on PDF documents",
"homepage": "https://github.com/torakiki/pdfsam",
"license": "AGPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/torakiki/pdfsam/releases/download/v6.0.4/pdfsam-basic-6.0.4-windows-x64.zip",
"hash": "9a79bce0c992643435485c51c679042eb7dec67ced77549ffe7e483feb5bf3d3",
"extract_dir": "pdfsam-basic-6.0.4-windows-x64\\pdfsam"
}
},
"bin": "pdfsam.exe",
"shortcuts": [
[
"pdfsam.exe",
"PDFsam"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"extract_dir": "pdfsam-basic-$version-windows-x64\\pdfsam",
"url": "https://github.com/torakiki/pdfsam/releases/download/v$version/pdfsam-basic-$version-windows-x64.zip"
}
}
}
}