git » pv.git » commit 9d9215a

Update to 1.6.20

author Antonio Rojas
2021-10-17 16:50:15 UTC
committer Antonio Rojas
2021-10-17 16:50:15 UTC
parent 588d2093322e20da24362caef725e350ccdcc84f

Update to 1.6.20

PKGBUILD +5 -5

diff --git a/PKGBUILD b/PKGBUILD
index 2ab69cd..acd3ab2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
 # Contributor: Aaron Schaefer <aaron@elasticdog.com>
 
 pkgname=pv
-pkgver=1.6.6
-pkgrel=3
+pkgver=1.6.20
+pkgrel=1
 pkgdesc='A terminal-based tool for monitoring the progress of data through a pipeline.'
 arch=('x86_64')
 url='https://www.ivarch.com/programs/pv.shtml'
 license=('custom:Artistic 2.0')
 depends=('glibc')
 source=("https://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2")
-md5sums=('ff3564fddcc2b9bd4a9c1d143aba4b4c')
-sha256sums=('608ef935f7a377e1439c181c4fc188d247da10d51a19ef79bcdee5043b0973f1')
-b2sums=('1cfb60e49f6301f0d990467a58013522bbc1e28e2936a1a2141918af05149b59b6cc494f290d99ee7072247b8f0e230b799cd5dae6f8aa59d116691319e952cb')
+md5sums=('85b25c827add82ebdd5a58a5ffde1d7d')
+sha256sums=('e831951eff0718fba9b1ef286128773b9d0e723e1fbfae88d5a3188814fdc603')
+b2sums=('b50623f623231e8e8615f960bad83d10e12d5274c57d23ea843d16fce30b3e690284b2d9b01f82a16b9790e2bf26f80f560e226589a62ca677a2cf90ea007691')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"