From 8601b95ce4ce8d17d6eb6e5269d15fe5795df863 Mon Sep 17 00:00:00 2001 From: Leo <thinkabit.ukim@gmail.com> Date: Wed, 13 Jan 2021 16:40:58 -0300 Subject: [PATCH] testing/diffstat: upgrade to 1.64 --- testing/diffstat/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/diffstat/APKBUILD b/testing/diffstat/APKBUILD index a75b50679278..321da434a780 100644 --- a/testing/diffstat/APKBUILD +++ b/testing/diffstat/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Leszek Cimała <ernierasta@zori.cz> # Maintainer: pkgname=diffstat -pkgver=1.63 +pkgver=1.64 pkgrel=0 -pkgdesc="diffstat reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file." +pkgdesc="read the output of diff and displays a histogram of the insertions, deletions, and modifications per-file" url="https://invisible-island.net/diffstat" arch="all" license="MIT" @@ -29,4 +29,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="e1319f95088e615d442b0b02af922605d0c76e15ba2f0e8cf8c4db56949ac63f4a6e3e42099254480b9aab388cbd6550f515ed4d4995c6723d24f392d1872b16 diffstat.tar.gz" +sha512sums="d647477beb49b0999c5de41d084da827528571c4848f40c69c2d64d060fc89848d15d03d59b1a31d79f02180f81d92cdf6e19d0172482bc569cf2a87476f12cf diffstat.tar.gz" -- GitLab