ScoopInstaller_Main/srvman.json
Ross Smith II 4897362d0c Fix various hashes + HTTPS everywhere (#1563)
* Fix various hashes

* HTTPS everywhere
2017-06-19 11:39:31 +02:00

25 lines
747 B
JSON

{
"homepage": "https://tools.sysprogs.org/srvman/",
"version": "1.0",
"url": "https://sysprogs.com/files/srvman/srvman-1.0.zip",
"hash": "7f0075c5b544af189416845077a45edeedd1d48e37e702abb22b41b120e80bcd",
"architecture": {
"64bit": {
"extract_dir": "x64"
},
"32bit": {
"extract_dir": "x86"
}
},
"bin": [
"srvman.exe",
[
"srvman.exe",
"service"
]
],
"checkver": "The latest version[^<]+<a href=\"[^\"]+srvman-([\\d.]+)\\.zip\"",
"notes": "Always use sudo to start, stop or edit (e.g., 'sudo srvman start nginx' or 'sudo service restart apache').
Visit https://tools.sysprogs.org/srvman/ for more info"
}