From e26afdc3c006e1f9d4f3ae671d821fdd443dcb06 Mon Sep 17 00:00:00 2001 From: Sergey Date: Wed, 14 Dec 2016 23:55:45 +0300 Subject: [PATCH 1/2] doxygen 1.8.12 --- bucket/doxygen.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/doxygen.json b/bucket/doxygen.json index 505c725f..010edb80 100644 --- a/bucket/doxygen.json +++ b/bucket/doxygen.json @@ -1,15 +1,15 @@ { "homepage": "http://www.doxygen.nl/", "license": "GPL2", - "version": "1.8.11", + "version": "1.8.12", "architecture": { "64bit": { - "url": "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.11.windows.x64.bin.zip", - "hash": "6ce7c259975fb3dc449313913de71b89665d15c49cf674db6952f304bb3dfaaa" + "url": "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.12.windows.x64.bin.zip", + "hash": "b39d7efc910565c776f352c109b2915de546891d01c3724b404d7e6f036d0d02" }, "32bit": { - "url": "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.11.windows.bin.zip", - "hash": "f25964e0203739d77e79d74bafdbef212bd97748e20fdafad078a8e2d315a7ff" + "url": "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.12.windows.bin.zip", + "hash": "23049f875420668c8899ab27292af0b76ee29ccf00100ecb94997c78d409c3de" } }, "bin": [ From 8fea33d02cc2f63ede6f67ece5852e548704c98a Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Thu, 15 Dec 2016 08:23:30 +1100 Subject: [PATCH 2/2] fix line endings --- bucket/srvman.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/srvman.json b/bucket/srvman.json index 24bb0223..c1a9f3ed 100644 --- a/bucket/srvman.json +++ b/bucket/srvman.json @@ -14,7 +14,7 @@ ["srvman.exe", "service"] ], "checkver": "Current Release: Version ([0-9\\.]+)", - "notes": "Always use sudo to start, stop or edit ig. [ sudo srvman start nginx or sudo service restart apache ]. - + "notes": "Always use sudo to start, stop or edit ig. [ sudo srvman start nginx or sudo service restart apache ]. + Visit http://tools.sysprogs.org/srvman/ for more info" }