diff options
Diffstat (limited to 'system/alacritty/alacritty.SlackBuild')
-rw-r--r-- | system/alacritty/alacritty.SlackBuild | 42 |
1 files changed, 26 insertions, 16 deletions
diff --git a/system/alacritty/alacritty.SlackBuild b/system/alacritty/alacritty.SlackBuild index 71fdbfdb6b..5bc5e0ff7a 100644 --- a/system/alacritty/alacritty.SlackBuild +++ b/system/alacritty/alacritty.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=alacritty -GITREV=${GITREV:-59b561b440060e7b0d13160fb69519d127e6c687} +GITREV=${GITREV:-2466f81d5e0cb56dd00231f63f2dbcef1840196a} VERSION=${VERSION:-git$(echo "$GITREV" | sed 's/^\(.\{7\}\).*$/\1/')} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -105,25 +105,29 @@ mkdir vendor cc=1.0.4 \ cfg-if=0.1.2 \ cgl=0.2.1 \ - cgmath=0.15.0 \ + cgmath=0.16.0 \ + chrono=0.4.0 \ clap=2.29.2 \ - clippy=0.0.180 \ - clippy_lints=0.0.180 \ + clippy=0.0.184 \ + clippy_lints=0.0.184 \ cmake=0.1.29 \ cocoa=0.13.0 \ core-foundation-sys=0.4.6 \ + core-foundation-sys=0.5.1 \ core-foundation=0.4.6 \ + core-foundation=0.5.1 \ core-graphics=0.12.4 \ - core-text=8.0.0 \ + core-graphics=0.13.0 \ + core-text=9.1.0 \ dlib=0.4.0 \ dtoa=0.4.2 \ dwmapi-sys=0.1.1 \ either=1.4.0 \ - env_logger=0.4.3 \ + env_logger=0.5.3 \ errno=0.2.3 \ - euclid=0.16.2 \ + euclid=0.16.4 \ expat-sys=2.1.5 \ - filetime=0.1.14 \ + filetime=0.1.15 \ fnv=1.0.6 \ foreign-types-shared=0.1.1 \ foreign-types=0.3.2 \ @@ -134,15 +138,15 @@ mkdir vendor fuchsia-zircon-sys=0.3.3 \ fuchsia-zircon=0.3.3 \ gdi32-sys=0.1.2 \ - getopts=0.2.15 \ + getopts=0.2.17 \ gl_generator=0.7.0 \ gl_generator=0.8.0 \ - gleam=0.4.19 \ + gleam=0.4.20 \ glutin=0.12.0 \ idna=0.1.4 \ if_chain=0.1.2 \ inotify=0.3.0 \ - iovec=0.1.1 \ + iovec=0.1.2 \ itertools=0.6.5 \ itoa=0.3.4 \ kernel32-sys=0.2.2 \ @@ -153,7 +157,7 @@ mkdir vendor libc=0.2.36 \ libloading=0.4.3 \ libz-sys=1.0.18 \ - linked-hash-map=0.5.0 \ + linked-hash-map=0.5.1 \ log=0.3.9 \ log=0.4.1 \ malloc_buf=0.0.6 \ @@ -169,7 +173,10 @@ mkdir vendor nix=0.5.1 \ nodrop=0.1.12 \ notify=4.0.3 \ - num-traits=0.1.41 \ + num-integer=0.1.35 \ + num-iter=0.1.34 \ + num-traits=0.1.42 \ + num=0.1.41 \ objc-foundation=0.1.1 \ objc=0.2.2 \ objc_id=0.1.0 \ @@ -184,6 +191,7 @@ mkdir vendor quine-mc_cluskey=0.2.4 \ quote=0.3.15 \ rand=0.3.20 \ + rand=0.4.2 \ redox_syscall=0.1.37 \ redox_termios=0.1.1 \ regex-syntax=0.4.2 \ @@ -207,6 +215,7 @@ mkdir vendor syn=0.11.11 \ synom=0.11.3 \ tempfile=2.2.0 \ + termcolor=0.3.3 \ termion=1.5.1 \ textwrap=0.9.0 \ thread_local=0.3.5 \ @@ -234,10 +243,11 @@ mkdir vendor wayland-sys=0.12.5 \ wayland-window=0.13.2 \ winapi-build=0.1.1 \ - winapi-i686-pc-windows-gnu=0.3.2 \ - winapi-x86_64-pc-windows-gnu=0.3.2 \ + winapi-i686-pc-windows-gnu=0.4.0 \ + winapi-x86_64-pc-windows-gnu=0.4.0 \ winapi=0.2.8 \ - winapi=0.3.3 \ + winapi=0.3.4 \ + wincolor=0.1.4 \ winit=0.10.0 \ ws2_32-sys=0.2.1 \ x11-dl=2.17.2 \ |