powertop: update to 2.5.

This commit is contained in:
Juan RP 2013-11-27 07:08:25 +01:00
parent a75dfe5177
commit 900eb198b2
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'powertop'
pkgname=powertop
version=2.4
version=2.5
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
@ -10,10 +10,10 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="https://01.org/powertop/"
distfiles="http://01.org/powertop/sites/default/files/downloads/${pkgname}-${version}.tar.gz"
checksum=42796c94546ae7f3d232e41b7fa09b2532396ca389908ff528870311db6327b7
checksum=8b2c08a555d79e1c428863470c41cb023971d74ba4801d80a05e35adeec23c0b
powertop_package() {
pkg_install() {
vmove usr
vmove all
}
}