From e7283111033ad18d2d9bb6c03e9730cca89450a4 Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Fri, 28 Nov 2014 17:58:51 +1100 Subject: [PATCH] SlikSVN HTTPS URL update and checkver --- sliksvn.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sliksvn.json b/sliksvn.json index 3624dd92d3..0fe8d973fb 100644 --- a/sliksvn.json +++ b/sliksvn.json @@ -3,11 +3,11 @@ "version": "1.8.10", "architecture": { "64bit": { - "url": "http://sliksvn.com/pub/Slik-Subversion-1.8.10-x64.msi", + "url": "https://sliksvn.com/pub/Slik-Subversion-1.8.10-x64.msi", "hash": "4f90b4f51ccec1cb309022ee2db98be8297a2cdee33ae6ce218d1cf93883a222" }, "32bit": { - "url": "http://sliksvn.com/pub/Slik-Subversion-1.8.10-win32.msi", + "url": "https://sliksvn.com/pub/Slik-Subversion-1.8.10-win32.msi", "hash": "7f1e4d9080fb8c591cc354b91bb1ede9c17ab8a3b0dbf5347525f6c79c6e059a" } }, @@ -27,6 +27,6 @@ ], "checkver": { "url": "http://sliksvn.com/en/download/", - "re": "" + "re": "" } -} \ No newline at end of file +}