diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-04-14 06:25:31 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-04-14 06:25:36 +0000 |
commit | d83b204dca2951e44fd6c8f29729c68e765a0265 (patch) | |
tree | ed36ccb0d867f1f733c1397c4216508c523b1a49 /testing | |
parent | f1e8b947f09fcc45e8b98a08d28558f3624ef47d (diff) | |
download | aports-d83b204dca2951e44fd6c8f29729c68e765a0265.tar.bz2 aports-d83b204dca2951e44fd6c8f29729c68e765a0265.tar.xz |
testing/diffstat: upgrade to 1.61
Diffstat (limited to 'testing')
-rw-r--r-- | testing/diffstat/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/diffstat/APKBUILD b/testing/diffstat/APKBUILD index 141937b538..3e9af925df 100644 --- a/testing/diffstat/APKBUILD +++ b/testing/diffstat/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leszek CimaĆa <ernierasta@zori.cz> # Maintainer: pkgname=diffstat -pkgver=1.60 +pkgver=1.61 pkgrel=0 pkgdesc="diffstat reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file." url="http://invisible-island.net/diffstat" @@ -32,6 +32,6 @@ package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 } -md5sums="ba889da4c06b547aa2d78fa96800ae6f diffstat-1.60.tgz" -sha256sums="2032e418b43bae70d548e32da901ebc4ac12972381de1314bebde0b126fb0123 diffstat-1.60.tgz" -sha512sums="6cbcff7dfe6d51583d59d2c9dfe4cb958202491ca3c4b1096616380564a1842065434d30858c55c3ddcfc76cd07b58dfc4c4cb6cfdcf6346af60998170f51bd2 diffstat-1.60.tgz" +md5sums="c048a32d55d8bd6724f382baf41f325f diffstat-1.61.tgz" +sha256sums="25359e0c27183f997b36c9202583b5dc2df390c20e22a92606af4bf7856a55ee diffstat-1.61.tgz" +sha512sums="48166e1241904b955c0f5543b1f11724a1a91516fcba5ad0603441d985728de3e0fca5f5212704dd0fc9a9e5062788b1b34062869137fd851932233d4abad114 diffstat-1.61.tgz" |