mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"version": "2.24",
|
|
"description": "The Non-Sucking Service Manager.",
|
|
"homepage": "https://nssm.cc/",
|
|
"license": "Public Domain",
|
|
"url": "https://nssm.cc/release/nssm-2.24.zip",
|
|
"hash": "sha1:be7b3577c6e3a280e5106a9e9db5b3775931cefc",
|
|
"architecture": {
|
|
"64bit": {
|
|
"extract_dir": "nssm-2.24\\win64"
|
|
},
|
|
"32bit": {
|
|
"extract_dir": "nssm-2.24\\win32"
|
|
}
|
|
},
|
|
"bin": [
|
|
"nssm.exe",
|
|
[
|
|
"nssm.exe",
|
|
"service"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://nssm.cc/changelog/",
|
|
"regex": "Changes since ([\\d\\.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://nssm.cc/release/nssm-$version.zip",
|
|
"hash": {
|
|
"url": "https://nssm.cc/download/",
|
|
"regex": "\\[$sha1\\]"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"extract_dir": "nssm-$version\\win64"
|
|
},
|
|
"32bit": {
|
|
"extract_dir": "nssm-$version\\win32"
|
|
}
|
|
}
|
|
}
|
|
}
|