powertop: update to 2.9.
Closes #13408. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
4c2f0214f3
commit
1c8ceaa755
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'powertop'
|
||||
pkgname=powertop
|
||||
version=2.8
|
||||
revision=2
|
||||
version=2.9
|
||||
revision=1
|
||||
wrksrc="$pkgname-v${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -10,5 +11,5 @@ short_desc="Linux tool to find out what is using power on computer"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="https://01.org/powertop/"
|
||||
distfiles="https://01.org/sites/default/files/downloads/powertop/powertop-${version}.tar.gz"
|
||||
checksum=a87b563f73106babfa3e74dcf92f252938c061e309ace20a361358bbfa579c5a
|
||||
distfiles="https://01.org/sites/default/files/downloads/powertop/powertop-v${version}.tar.gz"
|
||||
checksum=aa7fb7d8e9a00f05e7d8a7a2866d85929741e0d03a5bf40cab22d2021c959250
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
site="https://01.org/powertop/downloads"
|
||||
pattern="href=\"/powertop/downloads/powertop-v\K[0-9.]+(?=\")"
|
||||
|
|
Loading…
Reference in New Issue