diff options
author | Erich Ritz <erich.public@protonmail.com> | 2021-03-12 21:29:02 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-20 10:08:44 +0700 |
commit | 05af904935079d7199c4e1fda61565e3d458e8a5 (patch) | |
tree | 8d8d85dbd5073bbb20797339d84b0c76d98acc32 /system/system76-power/system76-power.SlackBuild | |
parent | b11b18cfff8ac5eb3ed80c48caadf7f0f999b5aa (diff) | |
download | slackbuilds-05af904935079d7199c4e1fda61565e3d458e8a5.tar.gz |
system/system76-power: Updated for version 1.1.16.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/system76-power/system76-power.SlackBuild')
-rw-r--r-- | system/system76-power/system76-power.SlackBuild | 70 |
1 files changed, 43 insertions, 27 deletions
diff --git a/system/system76-power/system76-power.SlackBuild b/system/system76-power/system76-power.SlackBuild index 4eafea3ea1..a149369ba6 100644 --- a/system/system76-power/system76-power.SlackBuild +++ b/system/system76-power/system76-power.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for system76-power -# Copyright 2019-2020 Erich Ritz, Scottsdale, Arizona, USA +# Copyright 2019-2021 Erich Ritz, Scottsdale, Arizona, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=system76-power -VERSION=${VERSION:-1.1.11} +VERSION=${VERSION:-1.1.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -98,58 +98,74 @@ mkdir vendor for dependency in \ ansi_term=0.11.0 \ atty=0.2.14 \ - autocfg=1.0.1 \ bitflags=1.2.1 \ bytes=0.5.6 \ - cc=1.0.59 \ + cc=1.0.67 \ cfg-if=0.1.10 \ - chrono=0.4.15 \ + cfg-if=1.0.0 \ clap=2.33.3 \ - dbus=0.8.4 \ + dbus=0.9.2 \ + dbus-crossroads=0.3.0 \ + dbus-tokio=0.6.0 \ err-derive=0.2.4 \ fern=0.6.0 \ fuchsia-zircon=0.3.3 \ fuchsia-zircon-sys=0.3.3 \ - futures-core=0.3.5 \ - hermit-abi=0.1.15 \ - hidapi=1.2.3 \ + futures-channel=0.3.12 \ + futures-core=0.3.12 \ + futures-io=0.3.12 \ + futures-macro=0.3.12 \ + futures-task=0.3.12 \ + futures-util=0.3.12 \ + hermit-abi=0.1.18 \ + hidapi=1.2.5 \ inotify=0.8.3 \ - inotify-sys=0.1.3 \ + inotify-sys=0.1.5 \ intel-pstate=0.2.1 \ iovec=0.1.4 \ + itoa=0.4.7 \ kernel32-sys=0.2.2 \ lazy_static=1.4.0 \ - libc=0.2.76 \ + libc=0.2.86 \ libdbus-sys=0.2.1 \ - log=0.4.11 \ - mio=0.6.22 \ - miow=0.2.1 \ - net2=0.2.34 \ - num-integer=0.1.43 \ - num-traits=0.2.12 \ + log=0.4.14 \ + memchr=2.3.4 \ + mio=0.6.23 \ + mio-uds=0.6.8 \ + miow=0.2.2 \ + net2=0.2.37 \ + num_cpus=1.13.0 \ numtoa=0.2.3 \ - pin-project-lite=0.1.7 \ - pkg-config=0.3.18 \ + once_cell=1.6.0 \ + pin-project-lite=0.1.11 \ + pin-project-lite=0.2.4 \ + pin-utils=0.1.0 \ + pkg-config=0.3.19 \ proc-macro-error=1.0.4 \ proc-macro-error-attr=1.0.4 \ - proc-macro2=1.0.19 \ - quote=1.0.7 \ - rustversion=1.0.3 \ + proc-macro-hack=0.5.19 \ + proc-macro-nested=0.1.7 \ + proc-macro2=1.0.24 \ + quote=1.0.9 \ + rustversion=1.0.4 \ + ryu=1.0.5 \ + serde=1.0.123 \ + serde_derive=1.0.123 \ + serde_json=1.0.62 \ + signal-hook-registry=1.3.0 \ slab=0.4.2 \ smart-default=0.6.0 \ strsim=0.8.0 \ - syn=1.0.39 \ + syn=1.0.60 \ synstructure=0.12.4 \ sysfs-class=0.1.3 \ textwrap=0.11.0 \ - time=0.1.44 \ - tokio=0.2.22 \ + tokio=0.2.25 \ + tokio-macros=0.2.6 \ unicode-width=0.1.8 \ unicode-xid=0.2.1 \ vec_map=0.8.2 \ - vergen=3.1.0 \ version_check=0.9.2 \ - wasi=0.10.0+wasi-snapshot-preview1 \ winapi=0.2.8 \ winapi=0.3.9 \ winapi-build=0.1.1 \ |