mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 10:11:21 +00:00
Fix checkver failure for nssm
This commit is contained in:
parent
d1a7c81147
commit
2a5eac3336
@ -2,6 +2,7 @@
|
|||||||
"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": "727d1e42275c605e0f04aba98095c38a8e1e46def453cdffce42869428aa6743",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"extract_dir": "nssm-2.24/win64"
|
"extract_dir": "nssm-2.24/win64"
|
||||||
@ -14,6 +15,9 @@
|
|||||||
"nssm.exe",
|
"nssm.exe",
|
||||||
["nssm.exe", "service"]
|
["nssm.exe", "service"]
|
||||||
],
|
],
|
||||||
"checkver": "The latest version[^<]+<a href=\"[^\"]+nssm-([\\d.]+)\\.zip\"",
|
"checkver": {
|
||||||
|
"re": "<a href=\"/release/nssm-([\\d.]+)\\.zip\"",
|
||||||
|
"url": "https://nssm.cc/download"
|
||||||
|
},
|
||||||
"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"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user