lm_sensors: fix update-check

This commit is contained in:
Pascal Huber 2023-05-07 14:39:47 +02:00 committed by John Zimmermann
parent 398c349bb5
commit 975cf25bd7
2 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,7 @@ depends="perl"
short_desc="Utilities to read temperature/voltage/fan sensors"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://github.com/lm-sensors/lm-sensors"
homepage="https://hwmon.wiki.kernel.org/lm_sensors"
distfiles="https://github.com/lm-sensors/lm-sensors/archive/V${version//./-}.tar.gz"
checksum=0591f9fa0339f0d15e75326d0365871c2d4e2ed8aa1ff759b3a55d3734b7d197

View file

@ -0,0 +1 @@
pattern='V\K[\d-]+(?=</a>)'