aboutsummaryrefslogtreecommitdiff
path: root/system/system76-power/system76-power.SlackBuild
diff options
context:
space:
mode:
authorErich Ritz <erich.public@protonmail.com>2023-08-10 09:35:45 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-08-12 08:29:49 +0700
commit4202ec6ad76e0f00139a2033b4559153c6b40e78 (patch)
treebd88311967f09b28b3713fa23789e851802af7a7 /system/system76-power/system76-power.SlackBuild
parent21f04404bef50156e9c96bdfa951422b94995d6f (diff)
system/system76-power: Updated for version 1.1.25_fc8eb49.
Signed-off-by: Erich Ritz <erich.public@protonmail.com> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> 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.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/system76-power/system76-power.SlackBuild b/system/system76-power/system76-power.SlackBuild
index 9f91a1a2ca8c0..23e37ea77debb 100644
--- a/system/system76-power/system76-power.SlackBuild
+++ b/system/system76-power/system76-power.SlackBuild
@@ -33,8 +33,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=system76-power
-VERSION=${VERSION:-1.1.24_c504ff6}
-SRCVER=${SRCVER:-c504ff6d2f6b851d2d1d3b0433e87540c94540d3}
+VERSION=${VERSION:-1.1.25_fc8eb49}
+SRCVER=${SRCVER:-fc8eb49fae5222da56dcfa414ef2b190e9f870c7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -170,6 +170,8 @@ find -L . \
patch -p1 < $CWD/fix_groups.patch
# Prevent CPU from overheating
patch -p1 < $CWD/xeon_fan_curve.patch
+# Prevent NVMe U.2 SSD from overheating
+patch -p1 < $CWD/nvme_temp.patch
export CARGO_HOME=.cargo