From 2d5ba97769f6dac8f9a18644b5d3ced6f0fa1efd Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Wed, 27 Aug 2014 22:41:18 +1000 Subject: [PATCH 01/32] pshazz 0.2014.08.27 --- pshazz.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pshazz.json b/pshazz.json index 603a9c05f8..1672dde49e 100644 --- a/pshazz.json +++ b/pshazz.json @@ -1,8 +1,8 @@ { - "version": "0.2014.06.25", - "url": "https://github.com/lukesampson/pshazz/archive/d4623ed4ddf799cfe1ba008d3422bd2145014d2a.zip", - "extract_dir": "pshazz-d4623ed4ddf799cfe1ba008d3422bd2145014d2a", - "hash": "dd2f25f565834af03cef2012fe83570a50944f8d15c121f2d4dc987bb19c9467", + "version": "0.2014.08.27", + "url": "https://github.com/lukesampson/pshazz/archive/27493429c35ed41f6e5de1764bc580bc95f31f00.zip", + "extract_dir": "pshazz-27493429c35ed41f6e5de1764bc580bc95f31f00", + "hash": "4454a60554d5711259b3ebaf95561468ff4de5f37afbbc6702335a4e666280dc", "bin": [ "bin\\pshazz.ps1" ], "installer": { "file": "bin\\install.ps1" } } From e2fe26111bd54d76166df7fcdbfe3e088ac35d01 Mon Sep 17 00:00:00 2001 From: Jonathan Rehm Date: Sat, 30 Aug 2014 07:35:12 -0700 Subject: [PATCH 02/32] Update PHP 5.3, 5.4, & 5.5 --- php.json | 6 +++--- php53.json | 6 +++--- php54.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/php.json b/php.json index 4a1a78873b..b13aff3cca 100644 --- a/php.json +++ b/php.json @@ -1,9 +1,9 @@ { "homepage": "http://windows.php.net", - "version": "5.5.15", + "version": "5.5.16", "license": "http://www.php.net/license/", - "url": "http://windows.php.net/downloads/releases/php-5.5.15-Win32-VC11-x86.zip", - "hash": "sha1:41ff9a5b5f44b927f4e3105577ffd2138ed647ce", + "url": "http://windows.php.net/downloads/releases/php-5.5.16-Win32-VC11-x86.zip", + "hash": "sha1:878becf0c25e5dc487e047305dcb3488be8075ce", "bin": "php.exe", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"" } diff --git a/php53.json b/php53.json index 9fd03537dd..bc0e548b6d 100644 --- a/php53.json +++ b/php53.json @@ -1,9 +1,9 @@ { "homepage": "http://windows.php.net", - "version": "5.3.28", + "version": "5.3.29", "license": "http://www.php.net/license/", - "url": "http://windows.php.net/downloads/releases/php-5.3.28-Win32-VC9-x86.zip", - "hash": "sha1:fa7e8f6e8bff442e0e0b1889f52e0c3b93a84b2b", + "url": "http://windows.php.net/downloads/releases/php-5.3.29-Win32-VC9-x86.zip", + "hash": "sha1:61615fe9db85c3ab630fe35673a1b6f45782e5d4", "bin": "php.exe", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"" } diff --git a/php54.json b/php54.json index 00c65cf0a8..7eedd15590 100644 --- a/php54.json +++ b/php54.json @@ -1,9 +1,9 @@ { "homepage": "http://windows.php.net", - "version": "5.4.31", + "version": "5.4.32", "license": "http://www.php.net/license/", - "url": "http://windows.php.net/downloads/releases/php-5.4.31-Win32-VC9-x86.zip", - "hash": "sha1:7f46b68b881d4373a5842283a158909887218dc2", + "url": "http://windows.php.net/downloads/releases/php-5.4.32-Win32-VC9-x86.zip", + "hash": "sha1:6f50c17a01ab1aaed9580c6567af7495ef39e276", "bin": "php.exe", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"" } From 23cbcd9b937878538981e2bf3c2159973886df81 Mon Sep 17 00:00:00 2001 From: Jonathan Rehm Date: Sat, 30 Aug 2014 07:35:59 -0700 Subject: [PATCH 03/32] Add PHP 5.6 --- php56.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 php56.json diff --git a/php56.json b/php56.json new file mode 100644 index 0000000000..597897878c --- /dev/null +++ b/php56.json @@ -0,0 +1,9 @@ +{ + "homepage": "http://windows.php.net", + "version": "5.6.0", + "license": "http://www.php.net/license/", + "url": "http://windows.php.net/downloads/releases/php-5.6.0-Win32-VC11-x86.zip", + "hash": "sha1:ff7ad8ae2211b0e2e9a6d45f6132e8899fb48790", + "bin": "php.exe", + "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"" +} From a164304c479605e1faecd78561e6f6e148e1e7cd Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sun, 31 Aug 2014 09:07:51 +1000 Subject: [PATCH 04/32] php 5.5.16 --- php.json => php55.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename php.json => php55.json (100%) diff --git a/php.json b/php55.json similarity index 100% rename from php.json rename to php55.json From 5a6a167b3fccd5e11ef0cc951a129e4d084bfd44 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sun, 31 Aug 2014 09:08:27 +1000 Subject: [PATCH 05/32] php 5.6.0 --- php56.json => php.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename php56.json => php.json (100%) diff --git a/php56.json b/php.json similarity index 100% rename from php56.json rename to php.json From d3da4c36696a1a1131b1028a88e44f19a2040274 Mon Sep 17 00:00:00 2001 From: Keiichi Shimamura Date: Tue, 2 Sep 2014 19:31:30 -0400 Subject: [PATCH 06/32] Vagrant 1.6.4 --- vagrant.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vagrant.json b/vagrant.json index 9405707c37..2b79091a41 100644 --- a/vagrant.json +++ b/vagrant.json @@ -1,9 +1,9 @@ { "homepage": "http://www.vagrantup.com/", - "version": "1.6.3", + "version": "1.6.4", "license": "MIT", - "url": "https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.3.msi", - "hash": "7942cf02125444e057bb00323c9b465638b36d980b3dd703d6082d0f3654c846", + "url": "https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.4.msi", + "hash": "b8285e0f61a62ced873da62240f9df5df402a3ac717721d7381efa47e7e2c9fb", "extract_dir": "HashiCorp/Vagrant", "bin": "bin\\vagrant.exe", "checkver": { From 8f3970a261cdba6b85bcc30f391368334f7384c2 Mon Sep 17 00:00:00 2001 From: Keiichi Shimamura Date: Fri, 5 Sep 2014 10:04:43 -0400 Subject: [PATCH 07/32] Vagrant 1.6.5 --- vagrant.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vagrant.json b/vagrant.json index 2b79091a41..d9032a773d 100644 --- a/vagrant.json +++ b/vagrant.json @@ -1,9 +1,9 @@ { "homepage": "http://www.vagrantup.com/", - "version": "1.6.4", + "version": "1.6.5", "license": "MIT", - "url": "https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.4.msi", - "hash": "b8285e0f61a62ced873da62240f9df5df402a3ac717721d7381efa47e7e2c9fb", + "url": "https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.5.msi", + "hash": "d79b1408bef91c526103668a0f82480735509ab3043e407f4481ac1d473e7ddf", "extract_dir": "HashiCorp/Vagrant", "bin": "bin\\vagrant.exe", "checkver": { From 32c54eff79681ed21551625e8e04d89110e9b278 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sat, 13 Sep 2014 21:55:58 +1000 Subject: [PATCH 08/32] go 1.3.1 --- go.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/go.json b/go.json index ec6670b0ff..f047f64b44 100644 --- a/go.json +++ b/go.json @@ -1,15 +1,15 @@ { - "version": "1.3", + "version": "1.3.1", "homepage": "http://golang.org", "license": "http://golang.org/LICENSE", "architecture": { "64bit": { - "url": "http://golang.org/dl/go1.3.windows-amd64.zip", - "hash": "sha1:1e4888e1494aed7f6934acb5c4a1ffb0e9a022b1" + "url": "https://storage.googleapis.com/golang/go1.3.1.windows-amd64.zip", + "hash": "sha1:4548785cfa3bc228d18d2d06e39f58f0e4e014f1" }, "32bit": { - "url": "http://golang.org/dl/go1.3.windows-386.zip", - "hash": "sha1:e4e5279ce7d8cafdf210a522a70677d5b9c7589d" + "url": "https://storage.googleapis.com/golang/go1.3.1.windows-386.zip", + "hash": "sha1:64f99e40e79e93a622e73d7d55a5b8340f07747f" } }, "extract_dir": "go", From 44ca4399fb4b9ef26593e5680fe7941659f149a0 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sat, 13 Sep 2014 22:13:12 +1000 Subject: [PATCH 09/32] mercurial 3.1.1 --- mercurial.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/mercurial.json b/mercurial.json index 2424c2a82a..03e2c69d5b 100644 --- a/mercurial.json +++ b/mercurial.json @@ -1,15 +1,15 @@ { "homepage": "mercurial.selenic.com", - "version": "3.0.1", + "version": "3.1.1", "license": "GPL2", "architecture": { "64bit": { - "url": "http://mercurial.selenic.com/release/windows/Mercurial-3.0.1-x64.exe", - "hash": "41fea6d7f085c670e54c5856f1e982e43c867e3b3a621c568349391176c9719e" + "url": "http://mercurial.selenic.com/release/windows/Mercurial-3.1.1-x64.exe", + "hash": "a9d5e613540aa2934f34b763e6ceed783605eb80822992501f44e8be6667a495" }, "32bit": { - "url": "http://mercurial.selenic.com/release/windows/Mercurial-3.0.1.exe", - "hash": "d34dbeb07d623f9cb3030e88f062da0a7276d0ebdff626f9f4e7152eeef24d10" + "url": "http://mercurial.selenic.com/release/windows/Mercurial-3.1.1.exe", + "hash": "0a4fee43a25decae7e1c8cec1eb76a34a16e43284cabff3931daf2ad873409a5" } }, "innosetup": true, @@ -18,4 +18,5 @@ "url": "http://mercurial.selenic.com/sources.js", "re": "Mercurial ([0-9\\.]+) Inno Setup installer - x86 Windows - does not require admin rights" } -} \ No newline at end of file +} + From cea0ef84947b0890db50477d1ef5aac66f701e3c Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sat, 13 Sep 2014 22:21:04 +1000 Subject: [PATCH 10/32] rsync 3.1.1pre1 (remove broken checkver) --- rsync.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/rsync.json b/rsync.json index 9b45dadc0b..b52b9332bf 100644 --- a/rsync.json +++ b/rsync.json @@ -5,9 +5,5 @@ "url": "https://www.itefix.no/download/cwRsync_5.3.0_Free.zip", "hash": "58569d0f816373f929abc6468b246c25580c1a614f0768a8a119c5119dac739f", "extract_dir": "cwRsync_5.3.0_Free", - "bin": "rsync.exe", - "checkver": { - "url": "https://www.itefix.no/i2/content/cwrsync-free-edition", - "re": "
Rsync ([^<]+)" - } -} \ No newline at end of file + "bin": "rsync.exe" +} From 4eaaf6f07a40f0fe776b84ce51f5cdd524b317d6 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sat, 13 Sep 2014 22:26:22 +1000 Subject: [PATCH 11/32] curl 7.37.0 (fix checkver) --- curl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curl.json b/curl.json index d38ef11550..d8c28adde4 100644 --- a/curl.json +++ b/curl.json @@ -15,5 +15,5 @@ } }, "bin": "bin/curl.exe", - "checkver": "The most recent stable version of curl is version ([0-99\\.]+)" -} \ No newline at end of file + "checkver": "The most recent stable version is\\s*([0-99\\.]+)" +} From dc035eb33e1402f00a6646130bd3cdc8f13664ea Mon Sep 17 00:00:00 2001 From: Jonathan Rehm Date: Sat, 13 Sep 2014 09:32:17 -0700 Subject: [PATCH 12/32] Update Node.js to the latest version Instead of downloading `npm` separate from `node`, download them together and remove the bundled `npmrc` file that makes global modules get installed in `%appdata%\Roaming\npm`. --- nodejs.json | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/nodejs.json b/nodejs.json index 9358def9b4..f9ac397123 100644 --- a/nodejs.json +++ b/nodejs.json @@ -1,29 +1,20 @@ { "homepage": "http://nodejs.org", - "version": "0.10.29", + "version": "0.10.31", "license": "MIT", "architecture": { "64bit": { - "url": [ - "http://nodejs.org/dist/v0.10.29/x64/node.exe", - "http://nodejs.org/dist/npm/npm-1.4.10.zip" - ], - "hash": [ - "8ca647c61cadd0bc91e1a43ceb021d89afc580a95e708b52fc283bcb2634a15d", - "17cbe14f6d3d9e4149f32b8df7ebf67f300783e6e51fbc1b0987c0582466e1b6" - ] + "url": "http://nodejs.org/dist/v0.10.31/x64/node-v0.10.31-x64.msi", + "hash": "85178339767794c06ce7f035a25f10542375049b8c1b8a8521b8c131b571adc6" }, "32bit": { - "url": [ - "http://nodejs.org/dist/v0.10.29/node.exe", - "http://nodejs.org/dist/npm/npm-1.4.10.zip" - ], - "hash": [ - "fbd516aa3752da8bfb14d557d4ae16315f500376c3688ed0cfb087c95c95ea20", - "17cbe14f6d3d9e4149f32b8df7ebf67f300783e6e51fbc1b0987c0582466e1b6" - ] + "url": "http://nodejs.org/dist/v0.10.31/node-v0.10.31-x86.msi", + "hash": "6d07347395f30e70af7ad2a7cb333e497655dd6489fc8a7b4e0d903c4abf6b0b" } }, - "env_add_path": ".", + "env_add_path": "nodejs", + "post_install": " +# Remove npmrc that makes global modules get installed in AppData\\Roaming\\npm +rm $dir\\nodejs\\node_modules\\npm\\npmrc", "checkver": "

Current Version: v([0-9\\.]+)

" } From bbdcaf22e288d48929a0fb5d24754ed628c9664f Mon Sep 17 00:00:00 2001 From: Jonathan Rehm Date: Sat, 13 Sep 2014 10:01:52 -0700 Subject: [PATCH 13/32] Add version checks to PHP manifests --- php.json | 6 +++++- php53.json | 6 +++++- php54.json | 6 +++++- php55.json | 6 +++++- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/php.json b/php.json index 597897878c..a64e16ef73 100644 --- a/php.json +++ b/php.json @@ -5,5 +5,9 @@ "url": "http://windows.php.net/downloads/releases/php-5.6.0-Win32-VC11-x86.zip", "hash": "sha1:ff7ad8ae2211b0e2e9a6d45f6132e8899fb48790", "bin": "php.exe", - "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"" + "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", + "checkver": { + "url": "http://windows.php.net/download/", + "re": "

.*?\\(([0-9\\.]+)\\)

" + } } diff --git a/php53.json b/php53.json index bc0e548b6d..4e6639cf80 100644 --- a/php53.json +++ b/php53.json @@ -5,5 +5,9 @@ "url": "http://windows.php.net/downloads/releases/php-5.3.29-Win32-VC9-x86.zip", "hash": "sha1:61615fe9db85c3ab630fe35673a1b6f45782e5d4", "bin": "php.exe", - "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"" + "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", + "checkver": { + "url": "http://windows.php.net/download/", + "re": "

.*?\\(([0-9\\.]+)\\)

" + } } diff --git a/php54.json b/php54.json index 7eedd15590..44c9ebd57f 100644 --- a/php54.json +++ b/php54.json @@ -5,5 +5,9 @@ "url": "http://windows.php.net/downloads/releases/php-5.4.32-Win32-VC9-x86.zip", "hash": "sha1:6f50c17a01ab1aaed9580c6567af7495ef39e276", "bin": "php.exe", - "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"" + "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", + "checkver": { + "url": "http://windows.php.net/download/", + "re": "

.*?\\(([0-9\\.]+)\\)

" + } } diff --git a/php55.json b/php55.json index b13aff3cca..f3de18db4f 100644 --- a/php55.json +++ b/php55.json @@ -5,5 +5,9 @@ "url": "http://windows.php.net/downloads/releases/php-5.5.16-Win32-VC11-x86.zip", "hash": "sha1:878becf0c25e5dc487e047305dcb3488be8075ce", "bin": "php.exe", - "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"" + "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", + "checkver": { + "url": "http://windows.php.net/download/", + "re": "

.*?\\(([0-9\\.]+)\\)

" + } } From b97b11ad82c98210fd764e7fcc305e865e20a6cb Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Mon, 29 Sep 2014 14:44:58 +1000 Subject: [PATCH 14/32] Apache v2.4.10 --- apache.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apache.json b/apache.json index 3499bea909..72f40d202a 100644 --- a/apache.json +++ b/apache.json @@ -1,9 +1,9 @@ { "homepage": "http://www.apachelounge.com", - "version": "2.4.9", + "version": "2.4.10", "license": "Apache 2.0", - "url": "http://www.apachelounge.com/download/VC11/binaries/httpd-2.4.9-win32-VC11.zip", - "hash": "E80D5035BB1DEACABDAF896A840666582A3D2E001B08737EA309ADB75D7F4DCD", + "url": "http://www.apachelounge.com/download/VC11/binaries/httpd-2.4.10-win32-VC11.zip", + "hash": "a0340b2b0312be243275d89142fde5d2daf1532a9aa5431d8c1f4d3580d46518", "extract_dir": "Apache24", "bin": [ "bin\\ab.exe", From be176e0d7fe9418da35c0ac70054b2a76bde6532 Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Mon, 29 Sep 2014 14:48:56 +1000 Subject: [PATCH 15/32] Curl v7.38.0 --- curl.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/curl.json b/curl.json index d8c28adde4..032a4f11cd 100644 --- a/curl.json +++ b/curl.json @@ -1,17 +1,17 @@ { "homepage": "http://curl.haxx.se/", - "version": "7.37.0", + "version": "7.38.0", "licence": "MIT", "architecture": { "64bit": { - "url": "http://www.confusedbycode.com/curl/curl-7.37.0-win64.zip", - "hash": "4a6bc5a90845c4308a7021a57c026d66d34f0a1a77e17ecda53a3908c6563769", - "extract_dir": "curl-7.37.0-win64" + "url": "http://www.confusedbycode.com/curl/curl-7.38.0-win64.zip", + "hash": "e9006f17fd9555776f7efefc4dee67a8176d65878015d185c9752f58bddcac59", + "extract_dir": "curl-7.38.0-win64" }, "32bit": { - "url": "http://www.confusedbycode.com/curl/curl-7.37.0-win32.zip", - "hash": "21961bc650f8fced26ca5addb8a1012e15e53ac96f774479c6da6c5a4f925cb5", - "extract_dir": "curl-7.37.0-win32" + "url": "http://www.confusedbycode.com/curl/curl-7.38.0-win32.zip", + "hash": "0d81d8737bf44156f45c7d022f8bba5d169c5e8a3fe4a6b60c0698bd6c66c041", + "extract_dir": "curl-7.38.0-win32" } }, "bin": "bin/curl.exe", From 417d040d86aa1dce0497ea372199c02cc060fd85 Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Mon, 29 Sep 2014 14:52:45 +1000 Subject: [PATCH 16/32] Go v1.3.2 --- go.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/go.json b/go.json index f047f64b44..e31a3f68ba 100644 --- a/go.json +++ b/go.json @@ -1,15 +1,15 @@ { - "version": "1.3.1", + "version": "1.3.2", "homepage": "http://golang.org", "license": "http://golang.org/LICENSE", "architecture": { "64bit": { - "url": "https://storage.googleapis.com/golang/go1.3.1.windows-amd64.zip", - "hash": "sha1:4548785cfa3bc228d18d2d06e39f58f0e4e014f1" + "url": "https://storage.googleapis.com/golang/go1.3.2.windows-amd64.zip", + "hash": "sha1:7f7147484b1bc9e52cf034de816146977d0137f6" }, "32bit": { - "url": "https://storage.googleapis.com/golang/go1.3.1.windows-386.zip", - "hash": "sha1:64f99e40e79e93a622e73d7d55a5b8340f07747f" + "url": "https://storage.googleapis.com/golang/go1.3.2.windows-386.zip", + "hash": "sha1:86160c478436253f51241ac1905577d337577ce0" } }, "extract_dir": "go", @@ -18,4 +18,4 @@ "GOROOT": "$dir" }, "checkver": "
\\s*Build version go([0-9\\.]+)\\.
" -} \ No newline at end of file +} From a235744c0c3830aadef919169a10c55375564da1 Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Mon, 29 Sep 2014 14:57:01 +1000 Subject: [PATCH 17/32] Julia v0.3.1 --- julia.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/julia.json b/julia.json index 876376c4c4..c9b7ac6063 100644 --- a/julia.json +++ b/julia.json @@ -1,15 +1,15 @@ { "homepage": "http://julialang.org", - "version": "0.2.1", + "version": "0.3.1", "license": "MIT", "architecture": { "64bit": { - "url": "http://s3.amazonaws.com/julialang/bin/winnt/x64/0.2/julia-0.2.1-win64.exe#/dl.7z", - "hash": "19b64e7296662e69282ce48aa4886b2f2aefea4f2ea7b400821bd9ecabcd2493" + "url": "http://s3.amazonaws.com/julialang/bin/winnt/x64/0.3/julia-0.3.1-win64.exe#/dl.7z", + "hash": "9281860af4939b48bb69d87b1c39777ee2e02a5b3d6a70b758b03a1c87bfe2ec" }, "32bit": { - "url": "http://s3.amazonaws.com/julialang/bin/winnt/x86/0.2/julia-0.2.1-win32.exe#/dl.7z", - "hash": "ea35f4fa9ea8deb8e207e54025f6c87331d37991a4a51c1ab0dd93a751c76e94" + "url": "http://s3.amazonaws.com/julialang/bin/winnt/x86/0.3/julia-0.3.1-win32.exe#/dl.7z", + "hash": "214d2a57da9d12ba7e39ef9cb2a41478d0901e1f79943a6c8b54ffe6958e0936" } }, "extract_dir": "julia-e44b593905", @@ -26,4 +26,4 @@ "url": "http://julialang.org/downloads/", "re": "

Current Release

\\s*" } -} \ No newline at end of file +} From 7b8e0290c6c6e93e220355240bc2e7b6ac21a0bc Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Mon, 29 Sep 2014 15:00:22 +1000 Subject: [PATCH 18/32] MongoDB v2.6.4 --- mongodb.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mongodb.json b/mongodb.json index 4373a89a23..047c1e1f0c 100644 --- a/mongodb.json +++ b/mongodb.json @@ -1,17 +1,17 @@ { "homepage": "http://www.mongodb.org", - "version": "2.6.3", + "version": "2.6.4", "license": "http://www.mongodb.org/about/licensing/", "architecture": { "64bit": { - "url": "http://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-2.6.3.zip", - "hash": "40fdbd41bf699bf0881965fcaaf9c74e05f6cf80eda303fc3393acd707e7ae93", - "extract_dir": "mongodb-win32-x86_64-2008plus-2.6.3" + "url": "http://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-2.6.4.zip", + "hash": "03662da44851a0820bc5b0af37d0539c4d7c81dbb2f6fc8affe9bff0d5f76400", + "extract_dir": "mongodb-win32-x86_64-2008plus-2.6.4" }, "32bit": { - "url": "http://fastdl.mongodb.org/win32/mongodb-win32-i386-2.6.3.zip", - "hash": "1aeae0298fb00fe70da450f3c4b532d58c472f7e37c2c3b828db00ddd7367ba8", - "extract_dir": "mongodb-win32-i386-2.6.3" + "url": "http://fastdl.mongodb.org/win32/mongodb-win32-i386-2.6.4.zip", + "hash": "bb5061a63c63f3642ea0c5c637a63ac5d224036f41bbc5c96fe2ee5311622368", + "extract_dir": "mongodb-win32-i386-2.6.4" } }, "bin": [ From d8d411afd96fe8647a16f7b96f03fdf5403f6b41 Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Mon, 29 Sep 2014 15:14:41 +1000 Subject: [PATCH 19/32] puppet v3.7.1 --- puppet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/puppet.json b/puppet.json index ddfca38f5b..6d6f798d19 100644 --- a/puppet.json +++ b/puppet.json @@ -1,8 +1,8 @@ { "homepage": "http://puppetlabs.com", - "version": "3.6.2", - "url": "https://downloads.puppetlabs.com/windows/puppet-3.6.2.msi", - "hash": "1e002084ac4bd69f53c64922eef204dc540a1181b84ee58fa7522910ed43a170", + "version": "3.7.1", + "url": "https://downloads.puppetlabs.com/windows/puppet-3.7.1.msi", + "hash": "fb8335694753f14b1b407dc393141fda25aa05a388fffae3aa003f73034f459c", "bin": [ "Puppet Labs/Puppet/bin\\facter.bat", "Puppet Labs/Puppet/bin\\hiera.bat", From ef3926a32b3900c83564c7d7acb58d6ae8e91962 Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Mon, 29 Sep 2014 15:16:33 +1000 Subject: [PATCH 20/32] sqlite v3.8.6 --- sqlite.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sqlite.json b/sqlite.json index 95a2c3fc56..655e3401fd 100644 --- a/sqlite.json +++ b/sqlite.json @@ -1,9 +1,9 @@ { "homepage": "http://www.sqlite.org/", - "version": "3.8.5", + "version": "3.8.6", "license": "Public Domain", - "url": "http://sqlite.org/2014/sqlite-shell-win32-x86-3080500.zip", - "hash": "sha1:40ea13d29c64a2514cb5546b5e99531045c5ca74", + "url": "https://sqlite.org/2014/sqlite-shell-win32-x86-3080600.zip", + "hash": "sha1:163d43f9a1bbc8a65c53b051a56371a305e6054a", "bin": "sqlite3.exe", "checkver": "

Current Status

\\s*

    \\s*
  • Version ([0-9\\.]+)" -} \ No newline at end of file +} From e0c7ec2cbd559ca003db2322f9936aea68fb7750 Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Mon, 29 Sep 2014 15:18:38 +1000 Subject: [PATCH 21/32] Update php.json --- php.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php.json b/php.json index a64e16ef73..162ce657bf 100644 --- a/php.json +++ b/php.json @@ -1,9 +1,9 @@ { "homepage": "http://windows.php.net", - "version": "5.6.0", + "version": "5.6.1", "license": "http://www.php.net/license/", - "url": "http://windows.php.net/downloads/releases/php-5.6.0-Win32-VC11-x86.zip", - "hash": "sha1:ff7ad8ae2211b0e2e9a6d45f6132e8899fb48790", + "url": "http://windows.php.net/downloads/releases/php-5.6.1-Win32-VC11-x86.zip", + "hash": "sha1:952efba8b500617767826e5ef065756984b72e3a", "bin": "php.exe", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", "checkver": { From 0b26ce2267837302a84089a2b581c9bdda986d7e Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Mon, 29 Sep 2014 15:20:35 +1000 Subject: [PATCH 22/32] Update php55.json --- php55.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php55.json b/php55.json index f3de18db4f..5ca23dedc1 100644 --- a/php55.json +++ b/php55.json @@ -1,9 +1,9 @@ { "homepage": "http://windows.php.net", - "version": "5.5.16", + "version": "5.5.17", "license": "http://www.php.net/license/", - "url": "http://windows.php.net/downloads/releases/php-5.5.16-Win32-VC11-x86.zip", - "hash": "sha1:878becf0c25e5dc487e047305dcb3488be8075ce", + "url": "http://windows.php.net/downloads/releases/php-5.5.17-Win32-VC11-x86.zip", + "hash": "sha1:cdde461c95a8a47a0febc7ada7ba5c7c5d6f682b", "bin": "php.exe", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", "checkver": { From d311a3d2725ee092d3f8016211717c9d43c99b2d Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Mon, 29 Sep 2014 15:22:11 +1000 Subject: [PATCH 23/32] PHP54 v5.4.33 --- php54.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php54.json b/php54.json index 44c9ebd57f..3a5e802415 100644 --- a/php54.json +++ b/php54.json @@ -1,9 +1,9 @@ { "homepage": "http://windows.php.net", - "version": "5.4.32", + "version": "5.4.33", "license": "http://www.php.net/license/", - "url": "http://windows.php.net/downloads/releases/php-5.4.32-Win32-VC9-x86.zip", - "hash": "sha1:6f50c17a01ab1aaed9580c6567af7495ef39e276", + "url": "http://windows.php.net/downloads/releases/php-5.4.33-Win32-VC9-x86.zip", + "hash": "sha1:14b4b1a2850b1a00c18d96c853c343bce61b959b", "bin": "php.exe", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", "checkver": { From 92a15bdb12016da8b7f8f352291c74c634d32989 Mon Sep 17 00:00:00 2001 From: Michael Tyson Date: Mon, 29 Sep 2014 12:54:20 -0400 Subject: [PATCH 24/32] Changes to Julia Installer There's a new julia-installer.exe install file which made extract_dir no longer usable. It's a Nullsoft Installation package so I updated the manifest with the installer and uninstaller files as well as the command line arguments to go with each. --- julia.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/julia.json b/julia.json index c9b7ac6063..3934f5a0a3 100644 --- a/julia.json +++ b/julia.json @@ -12,15 +12,25 @@ "hash": "214d2a57da9d12ba7e39ef9cb2a41478d0901e1f79943a6c8b54ffe6958e0936" } }, - "extract_dir": "julia-e44b593905", + "installer": { + "file": "julia-installer.exe", + "args": [ + "/S", + "/D=$dir" + ] + }, + "uninstaller": { + "file": "uninstall.exe", + "args": "/S" + }, "env_set": { "JULIA_HOME": "$dir\\bin", - "JULIA_EXE": "julia-readline.exe", - "JULIA": "$dir\\bin\\julia-readline.exe", + "JULIA_EXE": "julia.exe", + "JULIA": "$dir\\bin\\julia.exe", "JL_PRIVATE_LIB_DIR": "bin" }, "bin": [ - [ "bin\\julia-readline.exe", "julia" ] + [ "bin\\julia.exe", "julia" ] ], "checkver": { "url": "http://julialang.org/downloads/", From c66fec7ec6af76c473c9cfb186667b5d91d39c58 Mon Sep 17 00:00:00 2001 From: Keiichi Shimamura Date: Fri, 3 Oct 2014 15:31:38 -0400 Subject: [PATCH 25/32] Node.js 0.10.32 --- nodejs.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nodejs.json b/nodejs.json index f9ac397123..b1a221b64c 100644 --- a/nodejs.json +++ b/nodejs.json @@ -1,15 +1,15 @@ { "homepage": "http://nodejs.org", - "version": "0.10.31", + "version": "0.10.32", "license": "MIT", "architecture": { "64bit": { - "url": "http://nodejs.org/dist/v0.10.31/x64/node-v0.10.31-x64.msi", - "hash": "85178339767794c06ce7f035a25f10542375049b8c1b8a8521b8c131b571adc6" + "url": "http://nodejs.org/dist/v0.10.32/x64/node-v0.10.32-x64.msi", + "hash": "sha1:df83faf27410a6fb7f099c29338c52b7d4224e2f" }, "32bit": { - "url": "http://nodejs.org/dist/v0.10.31/node-v0.10.31-x86.msi", - "hash": "6d07347395f30e70af7ad2a7cb333e497655dd6489fc8a7b4e0d903c4abf6b0b" + "url": "http://nodejs.org/dist/v0.10.32/node-v0.10.32-x86.msi", + "hash": "sha1:f2538f0037c017f245db6b54c6b8198bec2868c9" } }, "env_add_path": "nodejs", From 3ff8ffcc633e2c64cc32eb370067add211cac301 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sat, 4 Oct 2014 09:05:05 +1000 Subject: [PATCH 26/32] sqlite 3.8.6 (fix hash) --- sqlite.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlite.json b/sqlite.json index 655e3401fd..b80ac15844 100644 --- a/sqlite.json +++ b/sqlite.json @@ -3,7 +3,7 @@ "version": "3.8.6", "license": "Public Domain", "url": "https://sqlite.org/2014/sqlite-shell-win32-x86-3080600.zip", - "hash": "sha1:163d43f9a1bbc8a65c53b051a56371a305e6054a", + "hash": "sha1:e25f75ed380d9f7458fd024db01a946a65852e8c", "bin": "sqlite3.exe", "checkver": "

    Current Status

    \\s*

      \\s*
    • Version ([0-9\\.]+)" } From c192fa58d225bfe3380c8e90a3c7c89ddaa1a369 Mon Sep 17 00:00:00 2001 From: Jonathan Rehm Date: Sat, 4 Oct 2014 10:41:01 -0700 Subject: [PATCH 27/32] Fix PHP hash --- php.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.json b/php.json index 162ce657bf..127663e1c9 100644 --- a/php.json +++ b/php.json @@ -3,7 +3,7 @@ "version": "5.6.1", "license": "http://www.php.net/license/", "url": "http://windows.php.net/downloads/releases/php-5.6.1-Win32-VC11-x86.zip", - "hash": "sha1:952efba8b500617767826e5ef065756984b72e3a", + "hash": "sha1:8bd80405d05d5560455203fd3669df14bce4ead1", "bin": "php.exe", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", "checkver": { From 98773376092323ca119f8800986fdca85bc17fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?and=C3=B6?= Date: Fri, 10 Oct 2014 11:38:13 +0300 Subject: [PATCH 28/32] Go v1.3.3 --- go.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/go.json b/go.json index e31a3f68ba..79030027d4 100644 --- a/go.json +++ b/go.json @@ -1,15 +1,15 @@ { - "version": "1.3.2", + "version": "1.3.3", "homepage": "http://golang.org", "license": "http://golang.org/LICENSE", "architecture": { "64bit": { - "url": "https://storage.googleapis.com/golang/go1.3.2.windows-amd64.zip", - "hash": "sha1:7f7147484b1bc9e52cf034de816146977d0137f6" + "url": "https://storage.googleapis.com/golang/go1.3.3.windows-amd64.zip", + "hash": "sha1:5f0b3b104d3db09edd32ef1d086ba20bafe01ada" }, "32bit": { - "url": "https://storage.googleapis.com/golang/go1.3.2.windows-386.zip", - "hash": "sha1:86160c478436253f51241ac1905577d337577ce0" + "url": "https://storage.googleapis.com/golang/go1.3.3.windows-386.zip", + "hash": "sha1:ba99083b22e0b22b560bb2d28b9b99b405d01b6b" } }, "extract_dir": "go", From 242ed1a4f4a213c756ae8c7e9c3ac9575135a8e3 Mon Sep 17 00:00:00 2001 From: Simon Hartcher Date: Sat, 11 Oct 2014 21:16:33 +1100 Subject: [PATCH 29/32] Added gradle to main bucket --- gradle.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gradle.json diff --git a/gradle.json b/gradle.json new file mode 100644 index 0000000000..c5abd06c2f --- /dev/null +++ b/gradle.json @@ -0,0 +1,10 @@ +{ + "homepage": "http://www.gradle.org", + "version": "2.1", + "license": "Apache 2.0", + "hash": "3eee4f9ea2ab0221b89f8e4747a96d4554d00ae46d8d633f11cfda60988bf878", + "url": "https://services.gradle.org/distributions/gradle-2.1-bin.zip", + "extract_dir": "gradle-2.1", + "bin": "bin\\gradle.bat", + "depends": "openjdk" +} \ No newline at end of file From 80fafebce59c4928f484a618683d3297431ccf81 Mon Sep 17 00:00:00 2001 From: Simon Hartcher Date: Tue, 14 Oct 2014 18:26:29 +1100 Subject: [PATCH 30/32] mariadb 10.0.14 --- mariadb.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mariadb.json b/mariadb.json index 7ef15c710a..5e6c788917 100644 --- a/mariadb.json +++ b/mariadb.json @@ -1,17 +1,17 @@ { "homepage": "http://mariadb.org", - "version": "5.5.36", + "version": "10.0.14", "license": "GPL2", "architecture": { "64bit": { - "url": "https://downloads.mariadb.org/f/mariadb-5.5.36/winx64-packages/mariadb-5.5.36-winx64.zip?serve#/dl.zip", - "hash": "md5:2d920564a6f44d7b767e066c71ec7fa7", - "extract_dir": "mariadb-5.5.36-winx64" + "url": "https://downloads.mariadb.org/f/mariadb-10.0.14/winx64-packages/mariadb-10.0.14-winx64.zip", + "hash": "md5:6880f94badb9a0198549d61d243af1e3", + "extract_dir": "mariadb-10.0.14-winx64" }, "32bit": { - "url": "https://downloads.mariadb.org/f/mariadb-5.5.36/win32-packages/mariadb-5.5.36-win32.zip?serve#/dl.zip", - "hash": "md5:82f4502f1e262799e59c968a67eee2b2", - "extract_dir": "mariadb-5.5.36-win32" + "url": "https://downloads.mariadb.org/f/mariadb-10.0.14/win32-packages/mariadb-10.0.14-win32.zip", + "hash": "md5:daff6549e7a924d550f369ce665e72bc", + "extract_dir": "mariadb-10.0.14-win32" } }, "bin": [ From 3f12bf257dbdcde2d5770e9ad42a8bd787e490fe Mon Sep 17 00:00:00 2001 From: Jonathan Rehm Date: Sat, 18 Oct 2014 08:08:54 -0700 Subject: [PATCH 31/32] Update PHP versions --- php.json | 6 +++--- php54.json | 6 +++--- php55.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/php.json b/php.json index 127663e1c9..5a50c4272d 100644 --- a/php.json +++ b/php.json @@ -1,9 +1,9 @@ { "homepage": "http://windows.php.net", - "version": "5.6.1", + "version": "5.6.2", "license": "http://www.php.net/license/", - "url": "http://windows.php.net/downloads/releases/php-5.6.1-Win32-VC11-x86.zip", - "hash": "sha1:8bd80405d05d5560455203fd3669df14bce4ead1", + "url": "http://windows.php.net/downloads/releases/php-5.6.2-Win32-VC11-x86.zip", + "hash": "sha1:db06ebcf675db475ae213c773f8d16699f76fd0c", "bin": "php.exe", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", "checkver": { diff --git a/php54.json b/php54.json index 3a5e802415..46d4e32c51 100644 --- a/php54.json +++ b/php54.json @@ -1,9 +1,9 @@ { "homepage": "http://windows.php.net", - "version": "5.4.33", + "version": "5.4.34", "license": "http://www.php.net/license/", - "url": "http://windows.php.net/downloads/releases/php-5.4.33-Win32-VC9-x86.zip", - "hash": "sha1:14b4b1a2850b1a00c18d96c853c343bce61b959b", + "url": "http://windows.php.net/downloads/releases/php-5.4.34-Win32-VC9-x86.zip", + "hash": "sha1:443ab6b7074470a8b0c9b163e9ce69b4c80e4016", "bin": "php.exe", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", "checkver": { diff --git a/php55.json b/php55.json index 5ca23dedc1..9e9eb6d37d 100644 --- a/php55.json +++ b/php55.json @@ -1,9 +1,9 @@ { "homepage": "http://windows.php.net", - "version": "5.5.17", + "version": "5.5.18", "license": "http://www.php.net/license/", - "url": "http://windows.php.net/downloads/releases/php-5.5.17-Win32-VC11-x86.zip", - "hash": "sha1:cdde461c95a8a47a0febc7ada7ba5c7c5d6f682b", + "url": "http://windows.php.net/downloads/releases/php-5.5.18-Win32-VC11-x86.zip", + "hash": "sha1:2329b939d993073ad6fa6df75c68f93056eda992", "bin": "php.exe", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", "checkver": { From 49ebe5bde2b9489acbea03e78e8791af0e8f553f Mon Sep 17 00:00:00 2001 From: Christian Lange Date: Sun, 19 Oct 2014 12:54:34 +0200 Subject: [PATCH 32/32] Python Updated to 3.4.2 --- python.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python.json b/python.json index 493d9c1ccf..8258fd0768 100644 --- a/python.json +++ b/python.json @@ -1,15 +1,15 @@ { "homepage": "http://www.python.org", "license": "http://docs.python.org/3.4/license", - "version": "3.4.1", + "version": "3.4.2", "architecture": { "64bit": { - "url": "https://www.python.org/ftp/python/3.4.1/python-3.4.1.amd64.msi", - "hash": "md5:25440653f27ee1597fd6b3e15eee155f" + "url": "https://www.python.org/ftp/python/3.4.2/python-3.4.2.amd64.msi", + "hash": "md5:45140ce7891a18cd52530cecdf7717ff" }, "32bit": { - "url": "https://www.python.org/ftp/python/3.4.1/python-3.4.1.msi", - "hash": "md5:4940c3fad01ffa2ca7f9cc43a005b89a" + "url": "https://www.python.org/ftp/python/3.4.2/python-3.4.2.msi", + "hash": "md5:0aa1a556892d8dc0b60c19bf3102fb3f" } }, "bin": [