NSSM: Update to 2.24-103 (#5)

This commit is contained in:
Hsiao-nan Cheung 2019-04-24 22:43:37 +08:00 committed by Richard Kuhnt
parent 8a2a752360
commit ed3ce66d0e

View File

@ -1,16 +1,16 @@
{ {
"version": "2.24", "version": "2.24-103",
"description": "The Non-Sucking Service Manager.", "description": "The Non-Sucking Service Manager.",
"homepage": "https://nssm.cc/", "homepage": "https://nssm.cc/",
"license": "Public Domain", "license": "Public Domain",
"url": "https://nssm.cc/release/nssm-2.24.zip", "url": "https://nssm.cc/ci/nssm-2.24-103-gdee49fc.zip",
"hash": "sha1:be7b3577c6e3a280e5106a9e9db5b3775931cefc", "hash": "sha1:0722c8a775deb4a1460d1750088916f4f5951773",
"architecture": { "architecture": {
"64bit": { "64bit": {
"extract_dir": "nssm-2.24\\win64" "extract_dir": "nssm-2.24-103-gdee49fc\\win64"
}, },
"32bit": { "32bit": {
"extract_dir": "nssm-2.24\\win32" "extract_dir": "nssm-2.24-103-gdee49fc\\win32"
} }
}, },
"bin": [ "bin": [
@ -21,21 +21,21 @@
] ]
], ],
"checkver": { "checkver": {
"url": "https://nssm.cc/changelog/", "url": "https://nssm.cc/builds",
"regex": "Changes since ([\\d\\.]+)" "regex": "nssm-([\\d.]+-\\d+)-(?<build>.*?).zip"
}, },
"autoupdate": { "autoupdate": {
"url": "https://nssm.cc/release/nssm-$version.zip", "url": "https://nssm.cc/ci/nssm-$version-$matchBuild.zip",
"hash": { "hash": {
"url": "https://nssm.cc/download/", "url": "https://nssm.cc/builds",
"regex": "\\[$sha1\\]" "regex": "$basename.*?$sha1"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"extract_dir": "nssm-$version\\win64" "extract_dir": "nssm-$version-$matchBuild\\win64"
}, },
"32bit": { "32bit": {
"extract_dir": "nssm-$version\\win32" "extract_dir": "nssm-$version-$matchBuild\\win32"
} }
} }
} }