miller: update to 5.10.0.

This commit is contained in:
Leah Neukirchen 2020-11-30 20:30:06 +01:00
parent 4953ef6004
commit 70e163665c

View file

@ -1,16 +1,17 @@
# Template file for 'miller'
pkgname=miller
version=5.9.1
version=5.10.0
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool flex asciidoc"
hostmakedepends="asciidoc automake flex libtool"
checkdepends="tzdata"
short_desc="Tool like sed/awk/cut/join/sort for name-indexed data such as CSV"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-2-Clause"
homepage="http://johnkerl.org/miller/"
changelog="https://github.com/johnkerl/miller/releases"
distfiles="https://github.com/johnkerl/${pkgname}/archive/v${version}.tar.gz"
checksum=b452f879b91529845f369ffd161a1022240b830b77fd5a66e0b2e859f1ca38d9
checksum=913abe277726bd7fa928fd5db530b0cd61dba74cc454e5d2ddb7c4934979efb6
pre_configure() {
# Disable debugging and profiling versions, broken on musl.