miller: update to 5.4.0.

This commit is contained in:
Leah Neukirchen 2018-10-15 13:05:45 +02:00
parent 21d13de728
commit 97d0046a59
1 changed files with 4 additions and 4 deletions

View File

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