@@ -1,7 +1,7 @@
# Locally calculated after checking pgp signature
# using key: 4267B4F90F2678A112169BD61D1EF7581B45E9A0
# from: https://codeberg.org/a-j-wood.gpg
-sha256 0cc18811a4809a587d4b11d47691bbc0ad83a5d95d2c2606af74ea7b4a674756 pv-1.8.14.tar.gz
+sha256 b38d69d7fc0785eb5eb3c57e8b12a7334f862047bf84b18f414365335399469a pv-1.9.0.tar.gz
# Hash for license file
sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 docs/COPYING
@@ -4,8 +4,8 @@
#
################################################################################
-PV_VERSION = 1.8.14
-PV_SITE = http://www.ivarch.com/programs/sources
+PV_VERSION = 1.9.0
+PV_SITE = https://www.ivarch.com/programs/sources
PV_LICENSE = GPL-3.0+
PV_LICENSE_FILES = docs/COPYING
PV_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
For release note, see: https://codeberg.org/a-j-wood/pv/src/tag/v1.9.0/docs/NEWS.md This commit also updates the PV_SITE url from http to https, to follow the download url published on the home page: https://www.ivarch.com/programs/pv.shtml Signed-off-by: Julien Olivain <ju.o@free.fr> --- package/pv/pv.hash | 2 +- package/pv/pv.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)