4282 Commits

Author SHA1 Message Date
Richard Kuhnt
aaa72fb659 Update faas-cli to version 0.6.6 2018-04-23 11:00:27 +00:00
Richard Kuhnt
81e0a2d6c1 Update ffmpeg-nightly to version 20180422-153e920 2018-04-23 09:00:47 +00:00
Richard Kuhnt
48dde09ad7 Update hugo to version 0.40 2018-04-23 08:00:22 +00:00
Richard Kuhnt
e5dac1f8f7 Update vim to version 8.0.1748 2018-04-22 23:00:53 +00:00
Richard Kuhnt
efe01a85c6 Update perl to version 5.26.2.1 2018-04-22 21:01:39 +00:00
shyun3
40ef485d5b Add cppcheck (#2214) 2018-04-22 20:40:43 +02:00
Brandon Smith
dc4e7fe724 Cleanup manifest formatting 2018-04-22 11:16:04 -04:00
Brandon Smith
6318c39dcb Update apex to version 1.0.0-rc 2018-04-22 11:06:39 -04:00
Richard Kuhnt
8748213b01 Update ffmpeg-nightly to version 20180422-9f9f56e 2018-04-22 09:00:22 +00:00
Richard Kuhnt
00fde2cf2f Update vim to version 8.0.1747 2018-04-21 23:00:38 +00:00
Richard Kuhnt
ff4e23463c Add Java bucket maintained by @se35710 (#2209)
* Add Java bucket maintained by @se35710
2018-04-21 23:18:19 +02:00
Richard Kuhnt
64d7b03baa Update cake to version 0.27.1 2018-04-21 21:00:28 +00:00
Richard Kuhnt
e284772d72 Update ffmpeg-nightly to version 20180421-e5ba5fa 2018-04-21 09:00:43 +00:00
Richard Kuhnt
c7ea3f1cc5 Update fnproject to version 0.4.74 2018-04-21 01:00:29 +00:00
Richard Kuhnt
c0c09f61b4 Update vim to version 8.0.1740 2018-04-20 23:00:40 +00:00
Richard Kuhnt
53b798773a Update rsync to version 5.7.1 2018-04-20 23:00:40 +00:00
Richard Kuhnt
0d713b4a9b Update vagrant to version 2.0.4 2018-04-20 22:00:20 +00:00
Hugo Locurcio
5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00
Richard Kuhnt
670deb6e26 Update minishift to version 1.16.1 2018-04-20 12:01:58 +00:00
Richard Kuhnt
20540925f1 Update ffmpeg-nightly to version 20180420-30940be 2018-04-20 09:00:37 +00:00
Richard Kuhnt
38f9e2d5a9 Update caddy to version 0.10.14 2018-04-20 01:00:34 +00:00
Richard Kuhnt
fb3a3f2335 Update minio to version 2018-04-19T22-54-58Z 2018-04-20 00:00:30 +00:00
Richard Kuhnt
c3a1440664 Update vim to version 8.0.1737 2018-04-19 23:00:54 +00:00
Richard Kuhnt
1271c6e643 Update dart-sass to version 1.2.1 2018-04-19 23:00:54 +00:00
Richard Kuhnt
d0ef13a6a9 Update cake to version 0.27.0 2018-04-19 21:00:32 +00:00
g
c357f81c81 Added MSMPI runtime environment (#2210)
This adds to the path with `env_add_path`, because the `msmpi.dll` is
required to be in the path for MPI programs to properly work.
2018-04-19 22:39:42 +02:00
Richard Kuhnt
7bc8e9b932 Update kotlin to version 1.2.40 2018-04-19 17:00:56 +00:00
Chawye Hsu
69feb26603 Update pshazz to version 0.2018.04.19 (#2207) 2018-04-19 18:23:13 +02:00
Richard Kuhnt
522c4d12c2 Update exiftool to version 10.94 2018-04-19 16:00:25 +00:00
Richard Kuhnt
ee6510f056 Update fnproject to version 0.4.73 2018-04-19 11:00:31 +00:00
Richard Kuhnt
6c33a9f2c4 Update ffmpeg-nightly to version 20180418-5079e96 2018-04-19 09:00:26 +00:00
Richard Kuhnt
930b587db9 Update mysql to version 5.7.22 2018-04-19 08:01:03 +00:00
Richard Kuhnt
5094975ba4 Update tunnel to version 0.2.5 2018-04-19 03:00:26 +00:00
Richard Kuhnt
ea6ea6f09b Update minikube to version 0.26.1 2018-04-19 00:00:31 +00:00
Richard Kuhnt
e6677542ea Update caddy to version 0.10.13 2018-04-19 00:00:31 +00:00
Richard Kuhnt
2eb02f0bd6 Update vim to version 8.0.1735 2018-04-18 23:00:38 +00:00
Dustin Venegas
388c619ad4 neovim: Do not include win32yank in PATH (#2206)
Neovim doesn't require win32yank.exe in the user's PATH. The shimexe version of win32yank.exe causes problems with clipboard+=unnamedplus in Neovim. Since it's not required in the PATH, and the shimexe version cause issues, this removes win32yank's shim.

Say the neovim clipboard option is set to set clipboard+=unnamedplus. If the win32yank.exe shim genereated by Scoop exists in the user's PATH, then it will be used. The shimexe [0] version of win32yank leaves dangling window instances, in the foreground, after every yank or paste operation. This indicates an incompatibility between Neovim and the win32yank.exe shimexe.

Neovim does not require win32yank.exe in the user's PATH. This is because Neovim looks for win32yank using the executeable() function [1]. The executeable() function always finds executeables in the same directory as vim [2]. Therefore, win32yank.exe isn't required to exist in the user's PATH variable for Neovim.

This PR reverts 3fc87da006e21dad39c13522427a35368ce402e2

[0] 2d9f964068/supporting/shimexe/shim.cs
[1] dc53629587/runtime/autoload/provider/clipboard.vim (L98)
[2] a1530ece87/runtime/doc/eval.txt (L3226)
2018-04-18 23:13:07 +02:00
Richard Kuhnt
80dec26734 Update gradle to version 4.7 2018-04-18 16:01:03 +00:00
gburus
d388dc47f2 Updated a couple of files with "description" field. (#2203) 2018-04-18 17:32:11 +02:00
Richard Kuhnt
1051da5606 Update kompose to version 1.12.0 2018-04-18 15:00:25 +00:00
Richard Kuhnt
3a43b7c3e5 Update chromedriver to version 2.38 2018-04-18 15:00:25 +00:00
Richard Kuhnt
ae60906aaa Update fnproject to version 0.4.72 2018-04-18 10:00:34 +00:00
Richard Kuhnt
c8dd0d2044 Update ffmpeg-nightly to version 20180418-223f3df 2018-04-18 09:00:29 +00:00
Richard Kuhnt
3e412b5d1f Update radare2 to version 2.5.0 2018-04-18 08:00:32 +00:00
Nick Klauer
717e98d1c3 Update minishift.json (#2205)
Update minishift.json
2018-04-18 05:57:50 +02:00
Richard Kuhnt
b17d7d02fe Update vim to version 8.0.1733 2018-04-17 23:00:45 +00:00
Richard Kuhnt
d81eeeb1fb Update mono to version 5.10.1.47 2018-04-17 22:00:42 +00:00
Richard Kuhnt
6c644b9cab Update dotnet-sdk to version 2.1.105 2018-04-17 22:00:42 +00:00
Richard Kuhnt
96bef70dbd Update grails to version 3.3.5 2018-04-17 18:00:47 +00:00
Richard Kuhnt
26fcae54e3 Update grails to version 3.2.13 2018-04-17 16:01:01 +00:00