diff --git a/grep.json b/grep.json index bf240c7c56..bfd59360b0 100644 --- a/grep.json +++ b/grep.json @@ -10,5 +10,5 @@ "md5:c1733d1bc0def1e47f99bad83a0e3116", "md5:cc990f643b460ce4ee37264cc00713c6" ], - "bin": [ "bin\\grep.exe" ] + "bin": "bin\\grep.exe" } \ No newline at end of file diff --git a/less.json b/less.json index 4ed742a1fa..e54ab2639a 100644 --- a/less.json +++ b/less.json @@ -10,5 +10,5 @@ "md5:20f94bcc8a3347bd9a9ca32587d82eae", "md5:539dce63be2b89a22af7b526d1022f72" ], - "bin": ["bin\\less.exe"] + "bin": "bin\\less.exe" } \ No newline at end of file diff --git a/mercurial.json b/mercurial.json index 9203cea0e8..3f197cc5df 100644 --- a/mercurial.json +++ b/mercurial.json @@ -14,5 +14,5 @@ }, "installer": { "args": [ "/verysilent", "/dir=\"$dir\"", "/noicons" ] }, "uninstaller": { "exe": "unins000.exe", "args": ["/verysilent"] }, - "bin": [ "hg.exe" ] + "bin": "hg.exe" } \ No newline at end of file diff --git a/runat.json b/runat.json index b96dd770a2..6da778b3ae 100644 --- a/runat.json +++ b/runat.json @@ -1,4 +1,5 @@ { + "homepage": "https://github.com/lukesampson/psutils", "version": "2013-06-28", "url": "https://raw.github.com/lukesampson/psutils/master/runat.ps1", "bin": "runat.ps1" diff --git a/sed.json b/sed.json index 3f35bad328..119f5fce57 100644 --- a/sed.json +++ b/sed.json @@ -10,5 +10,5 @@ "md5:d94e045d98bcd3142bc3c665a5d82a84", "md5:6b0997fa87158fff67457ec1eb96e332" ], - "bin": [ "bin\\sed.exe"] + "bin": "bin\\sed.exe" } \ No newline at end of file diff --git a/sudo.json b/sudo.json new file mode 100644 index 0000000000..aaebaddb1d --- /dev/null +++ b/sudo.json @@ -0,0 +1,7 @@ +{ + "homepage": "https://github.com/lukesampson/psutils", + "version": "2013-07-03", + "url": "https://raw.github.com/lukesampson/psutils/d9171547c2e3746b76c24d170973562b1cd7d6a8/sudo.ps1", + "hash": "sha256:248010bb55fa66dfc31fc49ad681c5815324eb2ffae6825e74d4f9cca41c67a3", + "bin": "sudo.ps1" +} \ No newline at end of file diff --git a/tar.json b/tar.json index 628f7f5607..0860f42ff1 100644 --- a/tar.json +++ b/tar.json @@ -10,5 +10,5 @@ "md5:a92857ec82db569f0a8fa5370642dc69", "md5:2606b30c140eb1d1ea15612150eb2e6b" ], - "bin": [ "bin\\tar.exe" ] + "bin": "bin\\tar.exe" } \ No newline at end of file diff --git a/touch.json b/touch.json index 579b721808..10ad413300 100644 --- a/touch.json +++ b/touch.json @@ -1,4 +1,5 @@ { + "homepage": "https://github.com/lukesampson/psutils", "version": "2013-07-02", "url": "https://raw.github.com/lukesampson/psutils/master/touch.ps1", "bin": "touch.ps1"