diff mbox series

package/powertop: bump version to 2.13

Message ID 20200828094639.1285-1-sergio.prado@e-labworks.com
State Accepted
Headers show
Series package/powertop: bump version to 2.13 | expand

Commit Message

Sergio Prado Aug. 28, 2020, 9:46 a.m. UTC
Also separate the fields in the hash file by two spaces and add pgp
signature check.

Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
---
 package/powertop/powertop.hash | 8 +++++---
 package/powertop/powertop.mk   | 4 ++--
 2 files changed, 7 insertions(+), 5 deletions(-)

Comments

Thomas Petazzoni Aug. 28, 2020, 9:45 p.m. UTC | #1
On Fri, 28 Aug 2020 06:46:39 -0300
Sergio Prado <sergio.prado@e-labworks.com> wrote:

> Also separate the fields in the hash file by two spaces and add pgp
> signature check.
> 
> Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
> ---
>  package/powertop/powertop.hash | 8 +++++---
>  package/powertop/powertop.mk   | 4 ++--
>  2 files changed, 7 insertions(+), 5 deletions(-)

I've applied to next, after dropping the POWERTOP_SOURCE variable.
Indeed, the new value of that variable was the default value, and this
is reported by "make check-package" as a coding style issue.

Thanks!

Thomas
diff mbox series

Patch

diff --git a/package/powertop/powertop.hash b/package/powertop/powertop.hash
index a3261789d2ae..fc8f3cc52f97 100644
--- a/package/powertop/powertop.hash
+++ b/package/powertop/powertop.hash
@@ -1,3 +1,5 @@ 
-# Locally-generated hash
-sha256	ae68c913784f78b497076e0b1d588f59854a66c074690d545dae7956e4f5d64f	powertop-v2.11-1-g7ef7f79.tar.gz
-sha256	b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259	COPYING
+# Locally calculated after checking pgp signature
+# https://01.org/sites/default/files/downloads/powertop-2.13.tar.gz.asc.txt
+# using key 22E8F306C8FA4BAA2A5F36F3A0303B060918941C
+sha256  a65f992ca4a419bc73b623651060eb9fc00c5a86fa03556358cd9db011ef3178  powertop-2.13.tar.gz
+sha256  b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259  COPYING
diff --git a/package/powertop/powertop.mk b/package/powertop/powertop.mk
index 3dbc015cef19..9ab63d07a8e5 100644
--- a/package/powertop/powertop.mk
+++ b/package/powertop/powertop.mk
@@ -4,9 +4,9 @@ 
 #
 ################################################################################
 
-POWERTOP_VERSION = 2.11
+POWERTOP_VERSION = 2.13
 POWERTOP_SITE = https://01.org/sites/default/files/downloads
-POWERTOP_SOURCE = powertop-v$(POWERTOP_VERSION)-1-g7ef7f79.tar.gz
+POWERTOP_SOURCE = powertop-$(POWERTOP_VERSION).tar.gz
 POWERTOP_DEPENDENCIES = pciutils ncurses libnl host-pkgconf \
 	$(TARGET_NLS_DEPENDENCIES)
 POWERTOP_LICENSE = GPL-2.0