qpdf: fix checksums (closes #1955)

This commit is contained in:
Richard Kuhnt 2018-01-15 20:05:04 +01:00
parent ec71911504
commit 0d8fbf74c1

View File

@ -5,11 +5,11 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://sourceforge.net/projects/qpdf/files/qpdf/7.1.0/qpdf-7.1.0-bin-mingw64.zip", "url": "https://sourceforge.net/projects/qpdf/files/qpdf/7.1.0/qpdf-7.1.0-bin-mingw64.zip",
"hash": "39e1bb2f489e07772d345183d0fa8ce969c0ac3809358c04647d0bd78abf5901" "hash": "sha512:3541715260d2bcac3fff2281c2652ff4638fb1a1674eb41e6543c0258e08e7a5260994d9d31f2437d2caced2f1e7f063b8b7569a91d5007b623200db00c19472"
}, },
"32bit": { "32bit": {
"url": "https://sourceforge.net/projects/qpdf/files/qpdf/7.1.0/qpdf-7.1.0-bin-mingw32.zip", "url": "https://sourceforge.net/projects/qpdf/files/qpdf/7.1.0/qpdf-7.1.0-bin-mingw32.zip",
"hash": "994771dbf1d64b006d04536934cf0605bc620a82765b658f6ddd83560a1e04df" "hash": "sha512:fb01246f61a6002daf5f7d8699ab2403319c32ab010a95d2b55f4d20fac0d154d65f69657ca3a1340f1f13a1f7540c1639ceb4f49ec16afc82e75c96f2bbe860"
} }
}, },
"extract_dir": "qpdf-7.1.0", "extract_dir": "qpdf-7.1.0",