Commit Graph
3940 Commits
Author SHA1 Message Date
Gutierri Barboza 617900b112 add youtube-dl 2015-04-05 01:43:02 -03:00
Simon Hartcher b2746ff237 Merge pull request #320 from deevus/scoop-update-git
Scoop update using git
2015-04-05 12:35:21 +10:00
Luke Sampson 4b3161bc67 Merge pull request #321 from ntwb/ruby221
Ruby 2.2.1
2015-04-05 11:42:36 +10:00
Stephen Edgar adae7c94c6 Ruby 2.2.1 2015-04-05 11:36:33 +10:00
Simon Hartcher 3e0b5293bc Changed scoop-status to git fetch quietly 2015-04-04 15:45:52 +11:00
Simon Hartcher ed3972ee75 Removed unused timestamp code 2015-04-04 14:58:04 +11:00
Simon Hartcher 735ee17571 Fixed status command. Added support for custom repo/branch. 2015-04-04 14:48:41 +11:00
Simon Hartcher 94ae0cc92a Changed scoop update to use git for updating self 2015-04-04 14:22:23 +11:00
Simon Hartcher a5aa2a0568 Merge pull request #316 from teadawg/patch-1
Update apache.json
2015-04-04 11:59:32 +11:00
Simon Hartcher 7a0452450b Merge pull request #318 from rmyorston/master
Updates to busybox.json
2015-04-04 11:55:05 +11:00
Ron Yorston bd44f1a670 busybox: use http URL for download
busybox.exe is now available via http.  This is preferable to ftp
because it will allow the link to be redirected if necessary.
2015-04-03 09:37:28 +01:00
Ron Yorston 23c8cac377 busybox: add some new aliases 2015-04-03 09:35:32 +01:00
Luke Sampson 0543018079 Merge pull request #317 from moigagoo/patch-5
Update Mercurial to 3.3.3
2015-04-03 10:20:49 +10:00
Konstantin Molchanov c671e7677e Update Mercurial to 3.3.3 2015-04-02 23:42:27 +03:00
teadawg 248ed29414 Update apache.json
update version, url and hash
2015-04-02 16:03:39 +02:00
Simon Hartcher 3f67edc218 csvtosql 0.1.1-alpha 2015-04-02 15:29:53 +11:00
teadawg 4ac26b3f8c Update apache.json
update broken link
2015-04-02 00:42:46 +02:00
Kody Brown f9125ccdb2 Added syncany-cli. 2015-04-01 13:58:08 +11:00
Simon Hartcher 2ad8316764 Fixes #315 py throws error 'Can't find default python' 2015-04-01 13:25:37 +11:00
Luke Sampson 09228233b7 Merge pull request #314 from lukesampson/nightly-support
Added simplistic nightly support
2015-03-31 08:39:58 +10:00
Simon Hartcher 2c31213431 Added simplistic nightly support
When an app versioned as "nightly" is installed (or updated),
the current date is appended to the version which changes the
version directory to nightly-yyyymmdd.

Fixes #181
2015-03-30 23:32:08 +11:00
Luke Sampson 511b8d7cae openssl 1.0.2a 2015-03-30 14:41:21 +10:00
Simon Hartcher 0a74f5017e Merge pull request #313 from huncrys/patch-3
busybox 1.24.0-TIG-1778 hash fix
2015-03-30 15:18:19 +11:00
Simon Hartcher c489d4b189 Fixed busybox hash 2015-03-30 15:17:11 +11:00
huncrys c0c9d4d0f8 busybox hash fix
seems like I've forgot to update the hash for this
2015-03-30 06:16:21 +02:00
Simon Hartcher d6bbc37a48 Merge pull request #311 from huncrys/patch-1
busybox 1.24.0-TIG-1778
2015-03-30 15:11:52 +11:00
Simon Hartcher df26b37ae6 Merge pull request #312 from huncrys/patch-2
nginx 1.7.11
2015-03-30 15:11:39 +11:00
huncrys 8d5856c20c nginx 1.7.11 2015-03-30 05:47:32 +02:00
huncrys 59bda3f05c busybox 1.24.0-TIG-1778 2015-03-30 05:40:52 +02:00
Luke Sampson d9ce76224d Merge pull request #309 from lukesampson/scoop-home
Added scoop-home command
2015-03-29 08:13:47 +10:00
Simon Hartcher fe92dd7962 Added scoop-home command
`scoop home <app>` opens the homepage for the given app
2015-03-28 18:29:07 +11:00
Luke Sampson cfb516c6ea Merge pull request #308 from lukesampson/update-no-cache
Added --no-cache option to scoop update
2015-03-28 16:56:32 +10:00
Simon Hartcher ed81937b1a Bugfixes
Fixed failure to overwrite cached file
Fixed no cache warning every update
2015-03-28 17:52:54 +11:00
Simon Hartcher cecb04542c Added --no-cache option to scoop update
Ignores cache when updating an app
2015-03-28 17:45:10 +11:00
Simon Hartcher fbf9707d93 Merge pull request #307 from lukesampson/custom-commands
Custom commands
2015-03-26 21:56:15 +11:00
Simon Hartcher 47b85e62fe Merge branch 'master' into custom-commands
Conflicts:
	lib/commands.ps1
2015-03-26 21:54:05 +11:00
Simon Hartcher 53a6c680aa Changed $env:scoop to $scoopdir for when $env:scoop is null 2015-03-26 21:47:28 +11:00
Luke Sampson 7cf0b6eb5e Merge pull request #306 from lukesampson/revert-305-custom-commands
Revert "Added support for custom commands"
2015-03-26 18:33:21 +10:00
Luke Sampson 7959c1cfe2 Revert "Added support for custom commands" 2015-03-26 18:33:09 +10:00
Luke Sampson d84f8e86a5 Merge pull request #305 from lukesampson/custom-commands
Added support for custom commands
2015-03-26 18:31:04 +10:00
Simon Hartcher e6e4b7492f Added support for custom commands
Custom commands `scoop-*` that are in the `$env:scoop\shims` directory
can now be run using scoop as well as the built-in commands
2015-03-26 18:24:28 +11:00
Luke Sampson 4fea041652 Merge pull request #299 from sakai135/patch-3
Go 1.4.2
2015-03-25 15:16:15 +10:00
Luke Sampson f71ac80dfb Merge pull request #297 from sakai135/patch-1
Node.js 0.12.1
2015-03-25 15:16:05 +10:00
Luke Sampson e25e15d740 Merge pull request #298 from sakai135/patch-2
PHP 5.6.7
2015-03-25 15:14:46 +10:00
Luke Sampson 907c6f727f Merge pull request #300 from sakai135/patch-4
PHP 5.5.23
2015-03-25 15:14:32 +10:00
Luke Sampson 33c6cb3acf Merge pull request #301 from sakai135/patch-5
PHP 5.4.39
2015-03-25 15:04:57 +10:00
Luke Sampson c74d496168 Merge pull request #302 from sakai135/patch-6
Git 1.9.5-preview20150319
2015-03-25 14:59:09 +10:00
Keiichi Shimamura acc6b9f6f4 Git 1.9.5-preview20150319 2015-03-24 21:41:54 -07:00
Keiichi Shimamura d395a913d1 PHP 5.4.39 2015-03-24 21:34:14 -07:00
Keiichi Shimamura 9fab996db2 PHP 5.5.23 2015-03-24 21:32:58 -07:00