diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-28 00:07:47 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-28 00:14:21 -0300 |
commit | e4cd87dea22b508052aeec1b8908e5e8edaa1651 (patch) | |
tree | 53b71d3ed2b92d25b3869d5b690eee4d55f14e66 /testing/datamash | |
parent | ac079d292f5197ccddd8cd79682f39fb96414415 (diff) | |
download | aports-e4cd87dea22b508052aeec1b8908e5e8edaa1651.tar.bz2 aports-e4cd87dea22b508052aeec1b8908e5e8edaa1651.tar.xz |
testing/datamash: upgrade to 1.5
Diffstat (limited to 'testing/datamash')
-rw-r--r-- | testing/datamash/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/datamash/APKBUILD b/testing/datamash/APKBUILD index 800e49ddfd..e81ebfd7c2 100644 --- a/testing/datamash/APKBUILD +++ b/testing/datamash/APKBUILD @@ -1,13 +1,13 @@ # Contributor: Assaf Gordon <assafgordon@gmail.com> # Maintainer: Assaf Gordon <assafgordon@gmail.com> pkgname=datamash -pkgver=1.4 +pkgver=1.5 pkgrel=0 pkgdesc="command-line text/math procesing" url="https://www.gnu.org/software/datamash/" arch="all" license="GPL-3.0-or-later" -source="https://ftpmirror.gnu.org/datamash/$pkgname-$pkgver.tar.gz" +source="https://ftpmirror.gnu.org/datamash/datamash-$pkgver.tar.gz" subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch" build() { @@ -44,4 +44,4 @@ bashcomp() { rm -r "$pkgdir"/usr/share/datamash/bash-completion.d || true } -sha512sums="1c47d70c9d7fa5ab2fd2a8cb1d40817ca07e8501628997ae370884fd0a4e926c0718f49f54a5f91eb4db847296bc120db3dd19fc12a92bfe8d2e7d6f2ded5aec datamash-1.4.tar.gz" +sha512sums="9f7bff0858a7519ef8efc30ef39c3e99f17e81ed847f1edce6ff28e1191d52fbc173baa5d21d6852effbbf2af800604920d92d412f45519700a9b5809da0e8fa datamash-1.5.tar.gz" |