Merge pull request #1160 from deepakSP/master

nssm hash update
This commit is contained in:
Luke Sampson 2016-12-19 09:26:31 +11:00 committed by GitHub
commit 1bc8e07547

View File

@ -2,17 +2,17 @@
"homepage": "https://nssm.cc", "homepage": "https://nssm.cc",
"version": "2.24", "version": "2.24",
"url": "https://nssm.cc/release/nssm-2.24.zip", "url": "https://nssm.cc/release/nssm-2.24.zip",
"hash": "7f0075c5b544af189416845077a45edeedd1d48e37e702abb22b41b120e80bcd",
"architecture": { "architecture": {
"64bit": { "64bit": {
"extract_dir": "win64" "extract_dir": "nssm-2.24/win64"
}, },
"32bit": { "32bit": {
"extract_dir": "win32" "extract_dir": "nssm-2.24/win32"
} }
}, },
"bin": [ "bin": [
"nssm.exe" "nssm.exe",
["nssm.exe", "service"]
], ],
"checkver": "The latest version[^<]+<a href=\"[^\"]+nssm-([\\d.]+)\\.zip\"", "checkver": "The latest version[^<]+<a href=\"[^\"]+nssm-([\\d.]+)\\.zip\"",
"notes": "Manage Services with NSSM (GUI based) (e.g., 'nssm install nginx' to install nginx as service gui will popup or 'nssm start/status/stop apache').\nVisit https://nssm.cc/commands for more info" "notes": "Manage Services with NSSM (GUI based) (e.g., 'nssm install nginx' to install nginx as service gui will popup or 'nssm start/status/stop apache').\nVisit https://nssm.cc/commands for more info"