From 434750665a47a69aaa58fe84c61016b1ece3dce6 Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Sun, 6 Oct 2024 13:16:58 +0200 Subject: [PATCH] package/pv: bump to version 1.8.14 For release note, see: https://codeberg.org/a-j-wood/pv/src/tag/v1.8.14/docs/NEWS.md This commit also adds a comment in the hash file, with the pgp key ID and the URL where it can be retrieved. Signed-off-by: Julien Olivain Signed-off-by: Peter Korsgaard --- package/pv/pv.hash | 4 +++- package/pv/pv.mk | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package/pv/pv.hash b/package/pv/pv.hash index cac506a83f..e6b1b9bd69 100644 --- a/package/pv/pv.hash +++ b/package/pv/pv.hash @@ -1,5 +1,7 @@ # Locally calculated after checking pgp signature -sha256 e2bde058d0d3bfe03e60a6eedef6a179991f5cc698d1bac01b64a86f5a8c17af pv-1.8.13.tar.gz +# using key: 4267B4F90F2678A112169BD61D1EF7581B45E9A0 +# from: https://codeberg.org/a-j-wood.gpg +sha256 0cc18811a4809a587d4b11d47691bbc0ad83a5d95d2c2606af74ea7b4a674756 pv-1.8.14.tar.gz # Hash for license file sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 docs/COPYING diff --git a/package/pv/pv.mk b/package/pv/pv.mk index 1434f8a88b..0c0fc55fab 100644 --- a/package/pv/pv.mk +++ b/package/pv/pv.mk @@ -4,7 +4,7 @@ # ################################################################################ -PV_VERSION = 1.8.13 +PV_VERSION = 1.8.14 PV_SITE = http://www.ivarch.com/programs/sources PV_LICENSE = GPL-3.0+ PV_LICENSE_FILES = docs/COPYING