From 7fc25190b6e8e0d9447ec13fdce61bf933b163db Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Thu, 28 Dec 2017 11:21:40 -0500 Subject: [PATCH] Format json, convert http to https (#1929) --- cygwin.json | 2 +- docker.json | 2 +- du.json | 2 +- erlang.json | 2 +- exiftool.json | 2 +- fnproject.json | 2 +- go.json | 6 +++++- llvm.json | 2 +- neko.json | 2 +- node-chakracore.json | 6 +++--- nvm.json | 12 +++++++++--- pcregrep.json | 2 +- pngcrush.json | 2 +- qaac.json | 2 +- radare2.json | 2 +- sbt.json | 2 +- unrar.json | 4 ++-- 17 files changed, 32 insertions(+), 22 deletions(-) diff --git a/cygwin.json b/cygwin.json index 2b6d4e97d1..29aa96a5bd 100644 --- a/cygwin.json +++ b/cygwin.json @@ -39,7 +39,7 @@ "--packages default,lynx,wget", "--quiet-mode", "--root $dir\\root", - "--site http://mirrors.kernel.org/sourceware/cygwin/" + "--site https://mirrors.kernel.org/sourceware/cygwin/" ], "keep": "true" }, diff --git a/docker.json b/docker.json index 3e036614b2..a58559c3b4 100644 --- a/docker.json +++ b/docker.json @@ -36,6 +36,6 @@ "Docker Machine", "", "Boot2Docker: https://github.com/boot2docker/windows-installer/releases/", - "Docker Machine: http://docs.docker.com/machine/" + "Docker Machine: https://docs.docker.com/machine/" ] } diff --git a/du.json b/du.json index 5edf38a932..4135ba5416 100644 --- a/du.json +++ b/du.json @@ -4,7 +4,7 @@ "description": "Shows Disk Usage", "version": "1.6", "url": "https://download.sysinternals.com/files/DU.zip", - "hash":"a3757d8b646bcd2feac05af2d30eb6e8b7da8c79a896f57ff67036996e46b4a9", + "hash": "a3757d8b646bcd2feac05af2d30eb6e8b7da8c79a896f57ff67036996e46b4a9", "architecture": { "64bit": { "bin": [ diff --git a/erlang.json b/erlang.json index 9dc5c1ab95..b088c5777d 100644 --- a/erlang.json +++ b/erlang.json @@ -33,7 +33,7 @@ ] }, "checkver": { - "url": "http://www.erlang.org/downloads", + "url": "https://www.erlang.org/downloads", "re": "DOWNLOAD\\s+OTP ([\\d.]+)" }, "autoupdate": { diff --git a/exiftool.json b/exiftool.json index f0f6f91ea0..0a571f5f0e 100644 --- a/exiftool.json +++ b/exiftool.json @@ -1,5 +1,5 @@ { - "homepage": "http://www.sno.phy.queensu.ca/~phil/exiftool/index.html", + "homepage": "https://sno.phy.queensu.ca/~phil/exiftool/index.html", "version": "10.70", "license": "https://dev.perl.org/licenses/", "url": "https://sourceforge.net/projects/exiftool/files/exiftool-10.70.zip", diff --git a/fnproject.json b/fnproject.json index df7c58f0fa..cd2fcfe223 100644 --- a/fnproject.json +++ b/fnproject.json @@ -1,5 +1,5 @@ { - "homepage": "http://fnproject.io/", + "homepage": "https://fnproject.io/", "license": "https://github.com/fnproject/cli/blob/master/LICENSE", "version": "0.4.32", "architecture": { diff --git a/go.json b/go.json index d612ed6505..aabe8560df 100644 --- a/go.json +++ b/go.json @@ -6,7 +6,11 @@ "env_set": { "GOROOT": "$dir" }, - "bin": ["bin/go.exe","bin/gofmt.exe","bin/godoc.exe"], + "bin": [ + "bin/go.exe", + "bin/gofmt.exe", + "bin/godoc.exe" + ], "installer": { "script": "add_first_in_path \"$env:USERPROFILE\\go\\bin\" $global" }, diff --git a/llvm.json b/llvm.json index a857499cfd..69772d8060 100644 --- a/llvm.json +++ b/llvm.json @@ -1,5 +1,5 @@ { - "homepage": "http://www.llvm.org", + "homepage": "https://www.llvm.org/", "version": "5.0.1", "license": "University of Illinois/NCSA Open Source License", "architecture": { diff --git a/neko.json b/neko.json index 2ba02d111e..6158040084 100644 --- a/neko.json +++ b/neko.json @@ -1,5 +1,5 @@ { - "homepage": "http://nekovm.org/", + "homepage": "https://nekovm.org/", "version": "2.2.0", "license": "https://github.com/HaxeFoundation/neko/blob/master/LICENSE", "url": "https://nekovm.org/media/neko-2.2.0-win.zip", diff --git a/node-chakracore.json b/node-chakracore.json index 7821e97f64..7c1a799b49 100644 --- a/node-chakracore.json +++ b/node-chakracore.json @@ -1,7 +1,7 @@ { - "homepage": "https://github.com/nodejs/node-chakracore", - "version": "8.6.0", - "license": "MIT", + "homepage": "https://github.com/nodejs/node-chakracore", + "version": "8.6.0", + "license": "MIT", "architecture": { "32bit": { "url": "https://nodejs.org/download/chakracore-release/v8.6.0/node-v8.6.0-win-x86.7z", diff --git a/nvm.json b/nvm.json index f0743339a6..7ab87c75bb 100644 --- a/nvm.json +++ b/nvm.json @@ -6,9 +6,15 @@ "nvm.exe" ], "persist": [ - "nodejs", - ["elevate.cmd", "nodejs\\elevate.cmd"], - ["elevate.vbs", "nodejs\\elevate.vbs"], + "nodejs", + [ + "elevate.cmd", + "nodejs\\elevate.cmd" + ], + [ + "elevate.vbs", + "nodejs\\elevate.vbs" + ], "settings.txt" ], "env_add_path": "nodejs\\nodejs", diff --git a/pcregrep.json b/pcregrep.json index 3c7d5d0ea1..2fa0d9ac82 100644 --- a/pcregrep.json +++ b/pcregrep.json @@ -1,5 +1,5 @@ { - "homepage": "http://pcre.org", + "homepage": "https://pcre.org/", "version": "10.20", "license": "BSD", "architecture": { diff --git a/pngcrush.json b/pngcrush.json index 44edd8ecff..20ef5e178c 100644 --- a/pngcrush.json +++ b/pngcrush.json @@ -1,5 +1,5 @@ { - "homepage": "http://pmt.sourceforge.net/pngcrush/", + "homepage": "https://pmt.sourceforge.io/pngcrush/", "version": "1.8.11", "license": "libpng", "architecture": { diff --git a/qaac.json b/qaac.json index 05e099a993..e37d1b508c 100644 --- a/qaac.json +++ b/qaac.json @@ -1,7 +1,7 @@ { "version": "2.64", "license": "Public Domain", - "homepage": "http://sites.google.com/site/qaacpage/", + "homepage": "https://sites.google.com/site/qaacpage/", "url": "https://github.com/nu774/qaac/releases/download/v2.64/qaac_2.64.zip", "hash": "7429253d6d97a5e20fe1716f07d1c2c8645685baedfcb0c8cc54a9fb317015bf", "architecture": { diff --git a/radare2.json b/radare2.json index 250fc8510e..5d55726393 100644 --- a/radare2.json +++ b/radare2.json @@ -27,7 +27,7 @@ "rax2.exe" ], "checkver": { - "url": "http://www.radare.org/r/down.html", + "url": "https://www.radare.org/r/down.html", "re": "last release is ([\\d.]+)" }, "autoupdate": { diff --git a/sbt.json b/sbt.json index cbb46ed6f2..0063aba092 100644 --- a/sbt.json +++ b/sbt.json @@ -1,5 +1,5 @@ { - "homepage": "http://www.scala-sbt.org/", + "homepage": "https://www.scala-sbt.org/", "version": "1.0.4", "license": "BSD", "url": "https://github.com/sbt/sbt/releases/download/v1.0.4/sbt-1.0.4.zip", diff --git a/unrar.json b/unrar.json index 010a391913..03ac7b006d 100644 --- a/unrar.json +++ b/unrar.json @@ -1,5 +1,5 @@ { - "homepage": "http://www.rarlab.com/", + "homepage": "https://www.rarlab.com/", "version": "5.50", "license": "Freeware", "url": "https://www.rarlab.com/rar/unrarw32.exe", @@ -13,7 +13,7 @@ }, "checkver": { "re": "WinRAR\\s+x86\\s+\\(32\\s+bit\\)\\s+([\\d.]+)<", - "url": "http://www.rarlab.com/download.htm" + "url": "https://www.rarlab.com/download.htm" }, "autoupdate": { "url": "https://www.rarlab.com/rar/unrarw32.exe"