mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
qpdf: Update to version 10.0.2
This commit is contained in:
parent
11fb279ea0
commit
ef4ccc90aa
@ -1,23 +1,23 @@
|
|||||||
{
|
{
|
||||||
"homepage": "http://qpdf.sourceforge.net/",
|
"version": "10.0.2",
|
||||||
"description": "A command-line program that does structural, content-preserving transformations on PDF files.",
|
"description": "A command-line program that does structural, content-preserving transformations on PDF files.",
|
||||||
"version": "10.0.1",
|
"homepage": "http://qpdf.sourceforge.net/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.0.1/qpdf-10.0.1-bin-mingw64.zip",
|
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.0.2/qpdf-10.0.2-bin-mingw64.zip",
|
||||||
"hash": "e9a9b36a3c42347ad7d0b2d6ce4ffb3ed652b5fe398ca77ff3294398cfec9411"
|
"hash": "sha1:ac454fb7e1c1c5840bc4fee080819997b56df16b"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.0.1/qpdf-10.0.1-bin-mingw32.zip",
|
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/10.0.2/qpdf-10.0.2-bin-mingw32.zip",
|
||||||
"hash": "07aed24354519a7f91edd02a6744a2559f1fa11780e2b49416f4a01a7242b00c"
|
"hash": "sha1:1b241a18c7de7351a5f7aad72e7149c2d6bff9b2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "qpdf-10.0.1",
|
"extract_dir": "qpdf-10.0.2",
|
||||||
"bin": "bin\\qpdf.exe",
|
"bin": "bin\\qpdf.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/qpdf/qpdf",
|
"github": "https://github.com/qpdf/qpdf",
|
||||||
"re": "qpdf-([\\d.]+)-"
|
"regex": "qpdf-([\\d.]+)-"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
@ -28,9 +28,6 @@
|
|||||||
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/$version/qpdf-$version-bin-mingw32.zip"
|
"url": "https://downloads.sourceforge.net/project/qpdf/qpdf/$version/qpdf-$version-bin-mingw32.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "qpdf-$version",
|
"extract_dir": "qpdf-$version"
|
||||||
"hash": {
|
|
||||||
"url": "$baseurl/qpdf-$version.sha512"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user