From 5fc1db2288b5ccb32b26156e19aeda92805cb1e5 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Wed, 10 Jul 2013 15:46:41 +1000 Subject: [PATCH] testing out pshazz, better versions for apps without actual versions (start with 0) --- concfg.json | 2 +- pshazz.json | 6 ++++++ runat.json | 2 +- sudo.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 pshazz.json diff --git a/concfg.json b/concfg.json index 731e9bd19a..799f4edc65 100644 --- a/concfg.json +++ b/concfg.json @@ -1,6 +1,6 @@ { "homepage": "https://github.com/lukesampson/concfg", - "version": "2013-07-01-master", + "version": "0.2013.07.01", "url": "https://github.com/lukesampson/concfg/archive/master.zip", "unzip_folder": "concfg-master", "bin": "concfg.ps1" diff --git a/pshazz.json b/pshazz.json new file mode 100644 index 0000000000..f6f7c27d15 --- /dev/null +++ b/pshazz.json @@ -0,0 +1,6 @@ +{ + "version": "0.2013.07.10", + "url": "https://github.com/lukesampson/pshazz/archive/master.zip", + "unzip_folder": "pshazz-master", + "bin": [ "bin\\pshazz.ps1", "bin\\git-completion.ps1" ] +} \ No newline at end of file diff --git a/runat.json b/runat.json index 6da778b3ae..969feee36d 100644 --- a/runat.json +++ b/runat.json @@ -1,6 +1,6 @@ { "homepage": "https://github.com/lukesampson/psutils", - "version": "2013-06-28", + "version": "0.2013.06.28", "url": "https://raw.github.com/lukesampson/psutils/master/runat.ps1", "bin": "runat.ps1" } \ No newline at end of file diff --git a/sudo.json b/sudo.json index aaebaddb1d..faa637da1b 100644 --- a/sudo.json +++ b/sudo.json @@ -1,6 +1,6 @@ { "homepage": "https://github.com/lukesampson/psutils", - "version": "2013-07-03", + "version": "0.2013.07.03", "url": "https://raw.github.com/lukesampson/psutils/d9171547c2e3746b76c24d170973562b1cd7d6a8/sudo.ps1", "hash": "sha256:248010bb55fa66dfc31fc49ad681c5815324eb2ffae6825e74d4f9cca41c67a3", "bin": "sudo.ps1"