srvman: Fix download url (#75)

* srvman: Fix download url

* http -> https

* srvman: Add description
This commit is contained in:
Brandon Smith 2019-05-19 09:26:06 -04:00 committed by GitHub
parent e122a991e6
commit c5551f0c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,9 @@
{ {
"homepage": "http://tools.sysprogs.org/srvman/", "homepage": "http://tools.sysprogs.org/srvman/",
"description": "Windows Service Manager is a small tool that simplifies all common tasks related to Windows services.",
"version": "1.0", "version": "1.0",
"url": "https://sysprogs.com/files/srvman/srvman-1.0.zip", "url": "https://sysprogs.com/getfile/411/srvman-1.0.7z",
"hash": "7f0075c5b544af189416845077a45edeedd1d48e37e702abb22b41b120e80bcd", "hash": "7F42305BEA2804C1220073B8823137E48BDFB881A96AB74BE4D9A6623E1C4CAF",
"architecture": { "architecture": {
"64bit": { "64bit": {
"extract_dir": "x64" "extract_dir": "x64"
@ -18,7 +19,7 @@
"service" "service"
] ]
], ],
"checkver": "The latest version[^<]+<a href=\"[^\"]+srvman-([\\d.]+)\\.zip\"", "checkver": "srvman-([\\d.]+)\\.7z",
"notes": [ "notes": [
"Always use sudo to start, stop or edit (e.g., 'sudo srvman start nginx' or 'sudo service restart apache').", "Always use sudo to start, stop or edit (e.g., 'sudo srvman start nginx' or 'sudo service restart apache').",
"Visit http://tools.sysprogs.org/srvman/ for more info" "Visit http://tools.sysprogs.org/srvman/ for more info"