From d80eea80addb3f94366acba7f25431254cabafe9 Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sun, 3 Nov 2019 19:26:03 -0500 Subject: [PATCH] format manifests (#535) --- bucket/glslang-nightly.json | 2 +- bucket/glslang.json | 2 +- bucket/msival2.json | 4 +--- bucket/qaac.json | 2 +- bucket/ravendb.json | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/bucket/glslang-nightly.json b/bucket/glslang-nightly.json index c7f855c7ea..989df7300d 100644 --- a/bucket/glslang-nightly.json +++ b/bucket/glslang-nightly.json @@ -3,7 +3,7 @@ "description": "The official reference compiler front end for the OpenGL ES and OpenGL shading languages. (nightly version)", "version": "nightly", "license": { - "identifier":"Freeware,MIT,...", + "identifier": "Freeware,MIT,...", "url": "https://github.com/KhronosGroup/glslang/blob/master/LICENSE.txt" }, "url": "https://github.com/KhronosGroup/glslang/releases/download/master-tot/glslang-master-windows-x64-Release.zip", diff --git a/bucket/glslang.json b/bucket/glslang.json index 8f4ca338ca..4c575b9467 100644 --- a/bucket/glslang.json +++ b/bucket/glslang.json @@ -3,7 +3,7 @@ "description": "The official reference compiler front end for the OpenGL ES and OpenGL shading languages.", "version": "7.11.3214", "license": { - "identifier":"Freeware,MIT,...", + "identifier": "Freeware,MIT,...", "url": "https://github.com/KhronosGroup/glslang/blob/master/LICENSE.txt" }, "url": "https://github.com/KhronosGroup/glslang/releases/download/7.11.3214/glslang-master-windows-x64-Release.zip", diff --git a/bucket/msival2.json b/bucket/msival2.json index 981fc5b134..3f02d12e67 100644 --- a/bucket/msival2.json +++ b/bucket/msival2.json @@ -19,8 +19,6 @@ "26e3ca41c8bf2474bfa59ffe92f106b76d7c779ae834ccfbf12555943fd361c0" ], "extract_dir": "MsiVal2", - "post_install": [ - "Remove-Item \"$dir\\*.cab\" -Force" - ], + "post_install": "Remove-Item \"$dir\\*.cab\" -Force", "bin": "MsiVal2.exe" } diff --git a/bucket/qaac.json b/bucket/qaac.json index 42405dff46..1cb7f68350 100644 --- a/bucket/qaac.json +++ b/bucket/qaac.json @@ -3,7 +3,7 @@ "description": "A command line AAC/ALAC encoder frontend based on Apple encoder, strongly influenced by http://tmkk.pv.land.to/qtaacenc/.", "version": "2.68", "license": { - "identifier":"Public Domain,...", + "identifier": "Public Domain,...", "url": "https://github.com/nu774/qaac/blob/master/COPYING" }, "url": "https://github.com/nu774/qaac/releases/download/v2.68/qaac_2.68.zip", diff --git a/bucket/ravendb.json b/bucket/ravendb.json index 76c906d4d3..daa1a4973d 100644 --- a/bucket/ravendb.json +++ b/bucket/ravendb.json @@ -19,7 +19,7 @@ "hash": "8e65f887a677e78a92e57faf71363c17a1b2bf54b0c490f5b2618b597117dd99" } }, - "installer":{ + "installer": { "script": [ "if(!(Test-Path \"$persist_dir\\Server\\settings.json\")){", " Copy-Item \"$dir\\Server\\settings.default.json\" \"$dir\\Server\\settings.json\"",