diff options
Diffstat (limited to 'system/alacritty/alacritty.SlackBuild')
-rw-r--r-- | system/alacritty/alacritty.SlackBuild | 65 |
1 files changed, 31 insertions, 34 deletions
diff --git a/system/alacritty/alacritty.SlackBuild b/system/alacritty/alacritty.SlackBuild index b73c466f14a0..f4c3e15baa5a 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:-7b4ba80bb195b862f50c16263405a9507f99bb82} +GITREV=${GITREV:-8aa8422bccdf0634774ddbfe5b35e05a637a3f17} VERSION=${VERSION:-git$(echo "$GITREV" | sed 's/^\(.\{7\}\).*$/\1/')} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -102,13 +102,13 @@ mkdir vendor byteorder=1.2.1 \ bytes=0.3.0 \ cargo_metadata=0.2.3 \ - cc=1.0.3 \ + cc=1.0.4 \ cfg-if=0.1.2 \ cgl=0.2.1 \ cgmath=0.15.0 \ - clap=2.29.0 \ - clippy=0.0.177 \ - clippy_lints=0.0.177 \ + clap=2.29.1 \ + clippy=0.0.179 \ + clippy_lints=0.0.179 \ cmake=0.1.29 \ cocoa=0.13.0 \ core-foundation-sys=0.4.6 \ @@ -131,15 +131,13 @@ mkdir vendor freetype-sys=0.4.0 \ fsevent-sys=0.1.6 \ fsevent=0.2.17 \ - fuchsia-zircon-sys=0.2.0 \ - fuchsia-zircon-sys=0.3.2 \ - fuchsia-zircon=0.2.1 \ - fuchsia-zircon=0.3.2 \ + fuchsia-zircon-sys=0.3.3 \ + fuchsia-zircon=0.3.3 \ gdi32-sys=0.1.2 \ getopts=0.2.15 \ - gl_generator=0.6.1 \ gl_generator=0.7.0 \ - gleam=0.4.17 \ + gl_generator=0.8.0 \ + gleam=0.4.18 \ glutin=0.12.0 \ idna=0.1.4 \ if_chain=0.1.2 \ @@ -149,23 +147,22 @@ mkdir vendor itoa=0.3.4 \ kernel32-sys=0.2.2 \ khronos_api=2.0.0 \ - lazy_static=0.2.11 \ lazy_static=1.0.0 \ lazycell=0.4.0 \ - lazycell=0.5.1 \ - libc=0.2.34 \ + lazycell=0.6.0 \ + libc=0.2.35 \ libloading=0.4.3 \ libz-sys=1.0.18 \ linked-hash-map=0.5.0 \ log=0.3.9 \ - log=0.4.0 \ + log=0.4.1 \ malloc_buf=0.0.6 \ matches=0.1.6 \ memchr=2.0.1 \ - memmap=0.6.1 \ + memmap=0.6.2 \ mio-more=0.1.0 \ mio=0.5.1 \ - mio=0.6.11 \ + mio=0.6.12 \ miow=0.1.5 \ miow=0.2.1 \ net2=0.2.31 \ @@ -180,25 +177,25 @@ mkdir vendor osmesa-sys=0.1.2 \ owning_ref=0.3.3 \ parking_lot=0.5.3 \ - parking_lot_core=0.2.8 \ + parking_lot_core=0.2.10 \ percent-encoding=1.0.1 \ pkg-config=0.3.9 \ pulldown-cmark=0.0.15 \ quine-mc_cluskey=0.2.4 \ quote=0.3.15 \ - rand=0.3.19 \ - redox_syscall=0.1.33 \ + rand=0.3.20 \ + redox_syscall=0.1.37 \ redox_termios=0.1.1 \ - regex-syntax=0.4.1 \ - regex=0.2.3 \ + regex-syntax=0.4.2 \ + regex=0.2.5 \ safemem=0.2.0 \ - same-file=1.0.0 \ + same-file=1.0.2 \ semver-parser=0.7.0 \ semver=0.6.0 \ - serde=1.0.26 \ - serde_derive=1.0.26 \ - serde_derive_internals=0.18.1 \ - serde_json=1.0.8 \ + serde=1.0.27 \ + serde_derive=1.0.27 \ + serde_derive_internals=0.19.0 \ + serde_json=1.0.9 \ serde_yaml=0.7.3 \ shared_library=0.1.8 \ shell32-sys=0.1.2 \ @@ -213,7 +210,7 @@ mkdir vendor termion=1.5.1 \ textwrap=0.9.0 \ thread_local=0.3.5 \ - time=0.1.38 \ + time=0.1.39 \ token_store=0.1.2 \ toml=0.4.5 \ unicode-bidi=0.3.4 \ @@ -230,17 +227,17 @@ mkdir vendor void=1.0.2 \ vte=0.3.2 \ walkdir=2.0.1 \ - wayland-client=0.12.4 \ - wayland-kbd=0.13.0 \ - wayland-protocols=0.12.4 \ - wayland-scanner=0.12.4 \ - wayland-sys=0.12.4 \ + wayland-client=0.12.5 \ + wayland-kbd=0.13.1 \ + wayland-protocols=0.12.5 \ + wayland-scanner=0.12.5 \ + 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=0.2.8 \ - winapi=0.3.2 \ + winapi=0.3.3 \ winit=0.10.0 \ ws2_32-sys=0.2.1 \ x11-dl=2.17.2 \ |