Commit Graph
2657 Commits
Author SHA1 Message Date
Richard 899da8fbb7 Update kubectl to version 1.5.3 2017-02-15 12:13:14 +01:00
Richard 65b1b5abac Update imagemagick to version 7.0.4-9 2017-02-15 12:13:13 +01:00
Richard Kuhnt 5cad54f815 Merge pull request #1337 from inosik/suggest-nodejs-lts
Suggest nodejs-lts as an alternative to nodejs
2017-02-15 10:56:20 +01:00
Ilja Nosik 273b2990e6 Suggest nodejs-lts as an alternative to nodejs 2017-02-15 07:48:08 +01:00
Richard 289dc96a7a Update yarn to version 0.20.3 2017-02-14 22:12:44 +01:00
Richard Kuhnt 037f45637a Update youtube-dl to version 2017.02.14 2017-02-14 18:24:19 +01:00
Richard Kuhnt 84ce3890eb Update sqlite to version 3170000 2017-02-14 18:24:18 +01:00
Richard Kuhnt f7f7a03b52 Update scriptcs to version 0.17.0 2017-02-14 18:24:18 +01:00
Richard Kuhnt 531e032a68 Update nginx to version 1.11.10 2017-02-14 18:24:18 +01:00
Richard Kuhnt be7ff5a657 Update imagemagick to version 7.0.4-8 2017-02-14 18:24:17 +01:00
Richard Kuhnt f10dcdf7f5 Update ffmpeg to version 20170214-8fa18e0 2017-02-14 18:24:17 +01:00
Richard Kuhnt cc90d68c9b Add autoupdate to dart.json 2017-02-14 18:20:08 +01:00
Richard Kuhnt 7fd14d7cfc Merge pull request #1335 from sestegra/dart
dart 1.22.0
2017-02-14 17:49:15 +01:00
Stéphane Este-Gracias 9dbaf4e4c4 dart 1.22.0 2017-02-14 16:09:25 +00:00
Luke Sampson 02863d3a30 Possible temporary fix for #1334, disable download progress if content length has not been set (-1) 2017-02-14 13:56:46 +11:00
Luke Sampson b77e5c49f4 UI message formatting. 2017-02-14 13:47:48 +11:00
Luke Sampson 8d061ddcfb Merge pull request #1333 from phitsc/master
Exclude bitbucket from URL check (like github)
2017-02-14 08:38:00 +11:00
Richard Kuhnt f11b6c2b03 Add nvm suggestion to yarn 2017-02-13 21:31:19 +01:00
Philipp Tschannen e772900728 Exclude bitbucket from URL check (like github) 2017-02-13 15:31:55 +01:00
Luke Sampson e8e5ac5615 Update more UI messages for consistency. 2017-02-13 20:53:36 +11:00
Luke Sampson 1dc4d87626 Wrap 'app' in quotes for consistency. 2017-02-13 20:36:29 +11:00
Luke Sampson 1ce2a76e43 Update usage messages for consistency. 2017-02-13 20:33:55 +11:00
Luke Sampson eed621ab2a Update another UI message for consistency. 2017-02-13 20:31:27 +11:00
Luke Sampson 61547cea7c Update more UI messages for consistency. 2017-02-13 20:29:54 +11:00
Luke Sampson d2a8f6798f Update UI messages for consistency. 2017-02-13 20:25:56 +11:00
Luke Sampson 1c173bc56d Use sentence case for UI messages. 2017-02-13 20:20:41 +11:00
Richard Kuhnt 10df705238 Fix aria2 autoupdate and bfg checkver url 2017-02-12 16:11:20 +01:00
Richard Kuhnt 9088327dad Add suggestions to composer 2017-02-12 14:08:44 +01:00
Luke Sampson 2ed9a564d5 Update README.md
Show donation info inline in readme.
2017-02-12 17:25:44 +11:00
Luke Sampson 9984eed030 Update README.md
Fix link to donate.
2017-02-12 17:16:02 +11:00
Luke Sampson 4e2a714347 Update README.md 2017-02-12 17:15:33 +11:00
Luke Sampson bbd7af3523 Update README.md
Add a link to donate page.
2017-02-12 17:14:54 +11:00
Luke Sampson b21b6a2be1 Add 'suggest' directive as an alternative to 'depends'. Allows manifest authors to suggest apps with complementary features, without installing them automatically (fixes #1263) 2017-02-12 16:37:02 +11:00
Simon Hartcher 6eae06d525 Merge pull request #1329 from lukesampson/dl-refactor
Download functionality refactor
2017-02-12 12:30:31 +11:00
Richard Kuhnt a093b96476 Fix mysql-workbench
Zip packages and 32-bit binaries are no longer published. See: https://forums.mysql.com/read.php?3,654894
2017-02-12 00:28:10 +01:00
Richard Kuhnt 57750442a4 Add composer 2017-02-11 23:34:46 +01:00
Richard Kuhnt 494d24a0c0 Update youtube-dl to version 2017.02.11 2017-02-11 20:13:03 +01:00
Richard Kuhnt 72e0e6cf85 Update rust to version 1.15.1 2017-02-11 20:13:01 +01:00
Richard Kuhnt 0259c99459 Update rust-msvc to version 1.15.1 2017-02-11 20:12:59 +01:00
Richard Kuhnt cf5a9ef17e Update postgresql to version 9.6.2 2017-02-11 20:12:56 +01:00
Richard Kuhnt b728e330b8 Update flow to version 0.39.0 2017-02-11 20:12:50 +01:00
Simon Hartcher 9cd2b1a293 Avoid calculating filename twice in dl_urls 2017-02-11 18:51:26 +11:00
Simon Hartcher 83a4f33c22 Download first, then check hash and extract 2017-02-11 18:45:34 +11:00
Simon Hartcher 48492f9c19 Replace url_filename with better implementation 2017-02-11 18:28:52 +11:00
Simon Hartcher c148f543b2 Remove unused return value. Refactor url_filename into method 2017-02-11 18:20:45 +11:00
Simon Hartcher f62dacef0b Fix: Progress bar no longer jumps when hitting 100% 2017-02-11 18:09:28 +11:00
Simon Hartcher 798e07a053 Add comments and fix a few bugs 2017-02-11 18:04:49 +11:00
Simon Hartcher 7f06bd6b38 Remove $url from dl_onProgress callback arguments 2017-02-11 17:40:05 +11:00
Simon Hartcher 75e8b630a5 Nicer progress bar 2017-02-11 17:35:37 +11:00
Simon Hartcher 20c23b45e6 Remove -nonewline from simple output 2017-02-11 16:26:27 +11:00