From 1d8c5b1b357f07bfe2552dcf771a90a9db85717d Mon Sep 17 00:00:00 2001 From: SMLinux Date: Wed, 2 Feb 2022 14:37:47 +0530 Subject: [PATCH] Added source download link to lm-sensors build file in base --- base/lm-sensors/lm-sensors.SMBuild | 1 + 1 file changed, 1 insertion(+) diff --git a/base/lm-sensors/lm-sensors.SMBuild b/base/lm-sensors/lm-sensors.SMBuild index 449f6ae..78dc1ab 100755 --- a/base/lm-sensors/lm-sensors.SMBuild +++ b/base/lm-sensors/lm-sensors.SMBuild @@ -2,6 +2,7 @@ APP=lm-sensors VERSION=3.6.0 BUILD=1sml HOMEPAGE='https://github.com/lm-sensors/lm-sensors' +DOWNLOAD="https://github.com/lm-sensors/lm-sensors/archive/V3-6-0/lm-sensors-3-6-0.tar.gz" DESC="hardware sensors, voltages and fans monitoring package" REQUIRES="perl"