miller: update to 5.5.0.
This commit is contained in:
parent
83e4c45583
commit
1e9bfd0022
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'miller'
|
# Template file for 'miller'
|
||||||
pkgname=miller
|
pkgname=miller
|
||||||
version=5.4.0
|
version=5.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool flex asciidoc"
|
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>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="2-clause-BSD"
|
license="2-clause-BSD"
|
||||||
homepage="http://johnkerl.org/miller/"
|
homepage="http://johnkerl.org/miller/"
|
||||||
distfiles="https://github.com/johnkerl/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/johnkerl/${pkgname}/archive/v${version}.tar.gz"
|
||||||
changelog="https://github.com/johnkerl/miller/releases"
|
changelog="https://github.com/johnkerl/miller/releases"
|
||||||
checksum=6a7d30884a8f4a97e07895b723be13764ff49251200b832385207c5efb9647d8
|
checksum=be357dd91ca25532b8b8e506e2ef83b2bcce0d33682152dd6118fa89649e1981
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Disable debugging and profiling versions, broken on musl.
|
# Disable debugging and profiling versions, broken on musl.
|
||||||
|
|
Loading…
Reference in New Issue