Update mongodb, ghostscript and exiftool plus autoupdate

This commit is contained in:
Richard Kuhnt 2017-03-28 20:42:16 +02:00
parent 2db7181448
commit e46b22ed0b
3 changed files with 58 additions and 21 deletions

View File

@ -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"
}
}

View File

@ -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)"
}
}
}

View File

@ -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"
}
}
}
}