mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
pv: update to 1.9.31
* 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 <just.ops@proton.me>
This commit is contained in:
committed by
Josef Schlehofer
parent
269af99ab1
commit
cb930147b5
@@ -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
|
||||
|
||||
3
utils/pv/test.sh
Normal file
3
utils/pv/test.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
pv --version | grep "$PKG_VERSION"
|
||||
Reference in New Issue
Block a user