From e46b22ed0bf134552471fe03d807dc5e8eace487 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 28 Mar 2017 20:42:16 +0200 Subject: [PATCH] Update mongodb, ghostscript and exiftool plus autoupdate --- exiftool.json | 16 +++++++++++----- ghostscript.json | 40 ++++++++++++++++++++++++++++++++-------- mongodb.json | 23 +++++++++++++++-------- 3 files changed, 58 insertions(+), 21 deletions(-) diff --git a/exiftool.json b/exiftool.json index 80c6242823..3822c54b1f 100644 --- a/exiftool.json +++ b/exiftool.json @@ -1,11 +1,17 @@ { "homepage": "http://www.sno.phy.queensu.ca/~phil/exiftool/index.html", - "version": "10.46", + "version": "10.47", "license": "http://dev.perl.org/licenses/", - "url": "https://downloads.sourceforge.net/project/exiftool/exiftool-10.46.zip", - "hash": "1258490d42368887d92654fe2ed2475fe99acf684827fb3e73cda4f0d2c3ef09", + "url": "https://downloads.sourceforge.net/project/exiftool/exiftool-10.47.zip", + "hash": "dbdee5ef78655600efe04888486df6243c5477a3a9a0b9a54b62e92332373705", "bin": [ - ["exiftool(-k).exe", "exiftool"] + [ + "exiftool(-k).exe", + "exiftool" + ] ], - "checkver": "exiftool-([\\d.]+).zip" + "checkver": "exiftool-([\\d.]+).zip", + "autoupdate": { + "url": "https://downloads.sourceforge.net/project/exiftool/exiftool-$version.zip" + } } diff --git a/ghostscript.json b/ghostscript.json index f4a94801c3..0e139a1887 100644 --- a/ghostscript.json +++ b/ghostscript.json @@ -1,22 +1,46 @@ { "homepage": "http://www.ghostscript.com", - "version": "9.20", + "version": "9.21", "license": "http://www.gnu.org/licenses/agpl-3.0.html", "architecture": { "64bit": { - "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920/gs920w64.exe#/dl.7z", - "hash": "1ecfa992669c2368caeb4c999d48bf8971ba16e1cc5d0886f6a0d74005c1e4bb", - "bin": [ "bin\\gswin64.exe", "bin\\gswin64c.exe" ] + "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs921/gs921w64.exe#/dl.7z", + "hash": "41bf242d0e4303f329f4b67fc0c556885fe0a5d4012cf5c1e7ddc62a5d25aba9", + "bin": [ + "bin\\gswin64.exe", + "bin\\gswin64c.exe" + ] }, "32bit": { - "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920/gs920w32.exe#/dl.7z", - "hash": "dfa0ed51c6b1d4002035966af50fde9389e83d8cde644a560b2cdb8b8ae94b5f", - "bin": [ "bin\\gswin32.exe", "bin\\gswin32c.exe" ] + "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs921/gs921w32.exe#/dl.7z", + "hash": "75f5983ac23fbc26760f1033062ec914e7dbafcb029e47e54e77a762ee934089", + "bin": [ + "bin\\gswin32.exe", + "bin\\gswin32c.exe" + ] } }, - "env_add_path": [ "bin", "lib" ], + "env_add_path": [ + "bin", + "lib" + ], "checkver": { "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/latest", "re": "Ghostscript\\/GhostPDL ([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$cleanVersion/gs$cleanVersionw64.exe#/dl.7z" + }, + "32bit": { + "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$cleanVersion/gs$cleanVersionw32.exe#/dl.7z" + } + }, + "hash": { + "mode": "extract", + "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$cleanVersion/SHA256SUMS", + "find": "([a-z0-9]{64})\\s+(?:$basename)" + } } } diff --git a/mongodb.json b/mongodb.json index 0f61e623f5..92c2cb2041 100644 --- a/mongodb.json +++ b/mongodb.json @@ -1,11 +1,11 @@ { "homepage": "https://www.mongodb.org", - "version": "3.4.2", + "version": "3.4.3", "license": "https://www.mongodb.org/about/licensing/", "architecture": { "64bit": { - "url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.2-signed.msi", - "hash": "ff8a4226de8a8d766ae0713dd94663e965cc0505540026e2483cb6351a55eb23" + "url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.3-signed.msi", + "hash": "b7c181e12b8261c1df341458efcda905ed95c962165fdd2ebd0eb32f0baa1328" } }, "bin": [ @@ -23,13 +23,20 @@ "MongoDB\\Server\\3.4\\bin\\mongostat.exe", "MongoDB\\Server\\3.4\\bin\\mongotop.exe" ], - "checkver": { - "url": "https://www.mongodb.com/download-center", - "re": "Current Stable Release \\(([\\d.]+)\\)" - }, "post_install": " # create initial directories mkdir C:\\data mkdir C:\\data\\db - " + ", + "checkver": { + "url": "https://www.mongodb.com/download-center", + "re": "Current Stable Release \\(([\\d.]+)\\)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-$version-signed.msi" + } + } + } }