Commit Graph
1328 Commits
Author SHA1 Message Date
belisarh ab4f04dcd7 Fixed hash 2015-09-12 15:20:29 +01:00
belisarh 9bb05340db Fixes php.json with PHP 5.6.13
Avoids 404 error on new installs.
2015-09-12 14:21:15 +01:00
Luke Sampson a56e0d63d6 Merge pull request #497 from sakai135/patch-7
docker-machine 0.4.1
2015-09-11 13:55:34 +10:00
Luke Sampson d013f624fc Merge pull request #496 from sakai135/patch-6
Docker 1.8.2
2015-09-11 13:55:21 +10:00
Luke Sampson 2d2607e617 Merge pull request #495 from sakai135/patch-5
Redis 2.8.2103
2015-09-11 13:55:08 +10:00
Simon Hartcher 82959e0936 Merge pull request #494 from sakai135/patch-4
Node.js 4.0.0
2015-09-11 13:16:35 +10:00
Keiichi Shimamura c07c7aff7c docker-machine 0.4.1 2015-09-10 23:14:07 -04:00
Keiichi Shimamura eaca87d719 Docker 1.8.2 2015-09-10 23:11:21 -04:00
Keiichi Shimamura 0b326f26dd Redis 2.8.2103 2015-09-10 23:06:57 -04:00
Luke Sampson 6ca61e0b24 Merge pull request #493 from sakai135/patch-3
Go 1.5.1
2015-09-11 13:00:47 +10:00
Keiichi Shimamura e2f11f03a3 Node.js 4.0.0 2015-09-10 22:56:53 -04:00
Keiichi Shimamura 5bb891a209 Go 1.5.1 2015-09-10 22:53:39 -04:00
Luke Sampson e8e6655ab4 Merge pull request #492 from alapala/master
Corrected r.json and updated from R 3.1.1 to 3.1.3
2015-09-11 07:20:37 +10:00
Alan Parker Lue 08b648ce07 Upgraded r.json to R 3.1.3 2015-09-10 14:57:31 -04:00
Alan Parker Lue 3faa4edd42 Updated URL for R 3.1.1 2015-09-10 14:54:44 -04:00
Luke Sampson 0f629ecc51 Merge pull request #489 from Nunnery/patch-1
update rust to 1.2.0
2015-09-10 12:51:52 +10:00
Luke Sampson 6baf53001f Merge pull request #490 from seonho/patch-1
Update jq to 1.5
2015-09-10 12:50:58 +10:00
Seonho Oh c59dbdbb3b Update jq.json
Update jq to 1.5
2015-09-10 11:26:42 +09:00
Richard Harrah 5483a2d91c update rust to 1.2.0 2015-09-09 22:10:37 -04:00
Simon Hartcher 69724633a6 Update git (2.5.1.windows.1)
Add openssh dependency
Add GIT_SSH path which points to current ssh (should be openssh)
Fix #447
2015-09-05 10:52:59 +10:00
Luke Sampson 81ecd45773 Merge pull request #487 from guillermooo-forks/master
update dart manifest
2015-09-02 08:01:47 +10:00
guillermooo e544da7dd8 update dart manifest 2015-09-01 22:57:45 +02:00
Simon Hartcher b9e5238546 Merge pull request #477 from rivy/fix-tests-core-Win10
fix Scoop-Core tests for Win10 (#hack)
2015-09-01 20:46:02 +10:00
Simon Hartcher 59f11a42e3 Merge pull request #462 from rivy/dev-whitespace
whitespace cleanup
2015-09-01 20:42:12 +10:00
Roy Ivy III bfb94972ae Merge branch 'upstream' into dev-whitespace
Conflicts:
	test/00-Project.Tests.ps1
2015-08-31 17:29:33 -07:00
Simon Hartcher 8c8b87915e Merge pull request #482 from rivy/add-app-pcre
add `pcregrep` to main bucket
2015-08-31 10:02:54 +10:00
Roy Ivy III 55fe6f9456 add pcregrep
* command-line perl compatible grep
* see pcre.org
* BSD license; meets all criteria in issue #451
2015-08-30 15:25:40 -07:00
Simon Hartcher 6f7509dd95 Merge pull request #479 from rivy/add-tests-syntax
add simple syntax checking for all PowerShell script/module files
2015-08-29 12:10:05 +10:00
Roy Ivy III 80ddbc49cb update test comments and add attribution 2015-08-28 17:42:17 -05:00
Roy Ivy III 490594ca27 add simple syntax checking for all PowerShell script/module files
* checks all .ps1 and .psm1 files in the Project repository
* NOTE: this is just simple syntax checking, but it can catch a lot of simple mistakes
2015-08-28 17:33:14 -05:00
Roy Ivy III 2453136312 fix Scoop-Core tests for Win10 (#hack)
* fixes tests by coercing the `test-unzip` return value back into a valid path string
* fixes #476

.# Discussion

For Win10 machines, `test-unzip` returns a bugged value, causing test failures.

Investigation shows that the combination of Pester, COM (used within unzip_old), and
Win10 leads to the odd/bugged return value. The return value contains the correct
string, but it is prefaced with a leading space which arises de-novo during the
execution return process from `test-unzip`. The value is correct and usable at the end
of `test-unzip` but is bugged upon receiving the value at the caller. Removing the COM
call from within `unzip_old` or using a Windows version earlier than Win10 fixes the
problem, but are obviously not useful as solutions.

Given the nature of the returned value and COM involvement, the real problem is likely
stack corruption. But it's not clear whether the issue is with Pester, Win10/PowerShell,
or possibly even some subtle bug within unzip_old.

This, admittedly hacky, coercion fixes the problem for all Windows versions and also
keeps Appveyor satisfied.
2015-08-26 18:02:31 -05:00
Roy Ivy III 617843ccab Merge branch 'upstream' into dev-whitespace
Conflicts:
	test/Scoop-Alias.Tests.ps1
2015-08-26 09:22:48 -05:00
Roy Ivy III 03b611757e comment cleanup 2015-08-26 09:19:00 -05:00
Simon Hartcher e3749a79ca Merge pull request #475 from rivy/fix-tests
fix/improve Scoop-Alias and Scoop-Core tests
2015-08-26 14:13:39 +10:00
Roy Ivy III 5200dc280e fix/improve Scoop-Alias and Scoop-Core tests
* Scoop-Alias: remove erroneous output from dot-sourcing the source file
* Scoop-Alias: using "TestDrive:\" for mocked shimdir
  - reduced cleanup
  - improved robustness; excution is now independent of CWD
* Scoop-Core: corrected directory location code
  - improved robustness; execution is now independent of CWD
2015-08-25 22:45:21 -05:00
Roy Ivy III f0924268c7 Merge branch 'upstream' into dev-whitespace
Conflicts:
	bucket/go.json
2015-08-25 22:32:56 -05:00
Roy Ivy III 5d097a7c78 Merge branch 'upstream' into dev-whitespace
Conflicts:
	bucket/apache.json
	bucket/cmake.json
	bucket/curl.json
	bucket/git.json
	bucket/openssl.json
	bucket/php54.json
	bucket/php55.json
	bucket/sliksvn.json
	lib/core.ps1
2015-08-25 22:27:55 -05:00
Roy Ivy III 6545f2e438 add tests to maintain whitespace style constraints
.# Discussion

These tests help to maintain five style constraints:

1. files have no utf-8 byte-order-marks (BOM)
2. all files have CRLF EOLNs (*required* for correct operation of BAT/CMD script files)
3. all files end with a newline
4. any leading whitespace consists solely of spaces
5. no trailing whitespace

By using these constraints, whitespace noise between commits is reduced to a minimum.
2015-08-25 22:07:13 -05:00
Simon Hartcher cd6638037a Merge pull request #473 from masonm12/premake5
Updating premake5 to 5.0.0-alpha5.
2015-08-23 22:01:08 +10:00
Simon Hartcher aaa75a4de7 Merge pull request #472 from reyerstudio/go
Update go to 1.5
2015-08-23 22:00:50 +10:00
Mathew Mason 7aacb93269 Updating premake5 to 5.0.0-alpha5. 2015-08-22 20:09:19 -07:00
Stéphane Este-Gracias 8dc59e0ce2 Update go to 1.5 2015-08-21 10:02:32 +02:00
Simon Hartcher 4c7c50e975 Merge pull request #468 from barohatoum/patch-1
Update apache.json
2015-08-21 09:49:57 +10:00
Simon Hartcher 7f1fc61d26 Merge pull request #469 from iakio/master
PHP5.5.28 and 5.4.44
2015-08-21 09:49:10 +10:00
Simon Hartcher 57fa0b71d6 Merge pull request #470 from devoncarew/master
upgrade dart to 1.11.3
2015-08-21 09:48:17 +10:00
Simon Hartcher 31386ae556 Merge pull request #437 from rivy/fix-shim-encoding
Change encoding of generated shim files to ASCII
2015-08-21 09:45:32 +10:00
Devon Carew 250fb86401 upgrade dart to 1.11.3 2015-08-20 13:48:24 -07:00
Roy Ivy III 1fbcd53f2d Remove now-erroneous comment 2015-08-20 13:44:58 -05:00
Roy Ivy III 2f367eff9d Merge branch 'upstream' into fix-shim-encoding
Conflicts:
	lib/core.ps1
2015-08-20 13:39:27 -05:00
Ibrahim Hatoum 914f7787d3 Updated hash 2015-08-20 11:46:03 -04:00