From 3d5ecfd1345cc2a9dc5460913ca62ccfb1aca8c4 Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sat, 28 Jul 2018 15:08:56 -0400 Subject: [PATCH] Cleanup manifest formatting --- gifsicle.json | 14 +++++++------- openssh.json | 18 +++++++++++++++--- r.json | 2 +- 3 files changed, 23 insertions(+), 11 deletions(-) diff --git a/gifsicle.json b/gifsicle.json index dedd18fa6e..62043d16a6 100644 --- a/gifsicle.json +++ b/gifsicle.json @@ -1,16 +1,16 @@ { - "version": "1.89", - "license": "LGPL-2.0-only", - "homepage": "http://www.lcdf.org/gifsicle/", + "version": "1.89", + "license": "LGPL-2.0-only", + "homepage": "http://www.lcdf.org/gifsicle/", "architecture": { "64bit": { - "url": "https://eternallybored.org/misc/gifsicle/releases/gifsicle-1.89-win64.zip", - "hash": "8c1fe58644fddc8fc1e3ccd97a048630f8e1e0df196931825dfbe5c3f93882f5", + "url": "https://eternallybored.org/misc/gifsicle/releases/gifsicle-1.89-win64.zip", + "hash": "8c1fe58644fddc8fc1e3ccd97a048630f8e1e0df196931825dfbe5c3f93882f5", "extract_dir": "gifsicle-1.89-win64" }, "32bit": { - "url": "https://eternallybored.org/misc/gifsicle/releases/gifsicle-1.89-win32.zip", - "hash": "d9b2b29f383b5235be6c3518131febd55c1a4bb48cb39975cbac13e073094938", + "url": "https://eternallybored.org/misc/gifsicle/releases/gifsicle-1.89-win32.zip", + "hash": "d9b2b29f383b5235be6c3518131febd55c1a4bb48cb39975cbac13e073094938", "extract_dir": "gifsicle-1.89-win32" } }, diff --git a/openssh.json b/openssh.json index 83523f42e1..e8f385aac5 100644 --- a/openssh.json +++ b/openssh.json @@ -41,16 +41,28 @@ } }, "bin": [ - [ "usr/bin/sh.exe", "findssl.sh", "$dir/usr/bin/findssl.sh" ], + [ + "usr/bin/sh.exe", + "findssl.sh", + "$dir/usr/bin/findssl.sh" + ], "usr/bin/scp.exe", "usr/bin/sftp.exe", "usr/bin/ssh.exe", "usr/bin/ssh-add.exe", "usr/bin/ssh-agent.exe", - [ "usr/bin/sh.exe", "ssh-copy-id", "$dir/usr/bin/ssh-copy-id" ], + [ + "usr/bin/sh.exe", + "ssh-copy-id", + "$dir/usr/bin/ssh-copy-id" + ], "usr/bin/ssh-keygen.exe", "usr/bin/ssh-keyscan.exe", "usr/bin/sshd.exe" ], - "pre_install": [ "mkdir $dir/tmp", "mkdir $dir/home", "cmd /c mklink /j $dir\\home\\%USERNAME% %USERPROFILE%" ] + "pre_install": [ + "mkdir $dir/tmp", + "mkdir $dir/home", + "cmd /c mklink /j $dir\\home\\%USERNAME% %USERPROFILE%" + ] } diff --git a/r.json b/r.json index 53448b0a0e..44cb06a238 100644 --- a/r.json +++ b/r.json @@ -29,7 +29,7 @@ "... but this only affects your current session: if you'd like to remove it for all future sessions you need to add the command above to your Powershell profile.", "", "Annoying, right?! You might want to check out Pshazz (scoop install pshazz)--this has a plugin to remove some crazy aliases from Powershell, as well as many other improvements." - ], + ], "checkver": { "url": "https://cran.rstudio.com/bin/windows/base/", "re": "

R-([\\d.]+)"