pv: update to 1.9.31
authorNikolay Manev <redacted>
Wed, 14 May 2025 19:10:27 +0000 (22:10 +0300)
committerJosef Schlehofer <redacted>
Fri, 23 May 2025 13:51:02 +0000 (15:51 +0200)
* update to 1.9.31 from upstream: https://codeberg.org/ivarch/pv
* license changed to GPL-3.0-or-later and directory doc/COPYING -> docs/COPYING
* added test.sh file for ci testing

Signed-off-by: Nikolay Manev <redacted>
utils/pv/Makefile
utils/pv/test.sh [new file with mode: 0644]

index fedb49f8d9841b7f48140eed659069cf19d5f958..7033aafb144299cf52a2dcdc70fe4d19489e8c85 100644 (file)
@@ -9,14 +9,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pv
-PKG_VERSION:=1.6.6
+PKG_VERSION:=1.9.31
 PKG_RELEASE:=1
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.ivarch.com/programs/sources
-PKG_HASH:=608ef935f7a377e1439c181c4fc188d247da10d51a19ef79bcdee5043b0973f1
-PKG_LICENSE:=Artistic-2.0
-PKG_LICENSE_FILES:=doc/COPYING
+PKG_HASH:=a35e92ec4ac0e8f380e8e840088167ae01014bfa008a3a9d6506b848079daedf
+PKG_LICENSE:=GPL-3.0-or-later
+PKG_LICENSE_FILES:=docs/COPYING
 PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 
 PKG_INSTALL:=1
diff --git a/utils/pv/test.sh b/utils/pv/test.sh
new file mode 100644 (file)
index 0000000..39a38a0
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+pv --version | grep "$PKG_VERSION"
git clone https://git.99rst.org/PROJECT