mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/pv: bump to version 1.10.3
For change log since 1.9.0, see:
https://codeberg.org/ivarch/pv/src/tag/v1.10.3/docs/NEWS.md
Upstream commit [1], included in version 1.9.42, introduced a use
of fork(). This commit adds this new dependency.
The pgp key ID used to sign the source archive changed. This commit
updates the comment in the hash file.
[1] fb7c05c262
Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
0403637c2e
commit
ab9bb65a98
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_PV
|
||||
bool "pv"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
Pipe Viewer - is a terminal-based tool for
|
||||
monitoring the progress of data through a
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
# using key: 4267B4F90F2678A112169BD61D1EF7581B45E9A0
|
||||
# using key: D8FF44A79CC8A61EF694FA7EB883E01314DA8E84
|
||||
# from: https://codeberg.org/a-j-wood.gpg
|
||||
sha256 b38d69d7fc0785eb5eb3c57e8b12a7334f862047bf84b18f414365335399469a pv-1.9.0.tar.gz
|
||||
sha256 aa1630c79af6960a8922ffa64d2c3e7f87486da21fcb57e277824294fd266742 pv-1.10.3.tar.gz
|
||||
|
||||
# Hash for license file
|
||||
sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 docs/COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PV_VERSION = 1.9.0
|
||||
PV_VERSION = 1.10.3
|
||||
PV_SITE = https://www.ivarch.com/programs/sources
|
||||
PV_LICENSE = GPL-3.0+
|
||||
PV_LICENSE_FILES = docs/COPYING
|
||||
|
||||
Reference in New Issue
Block a user