miller: update to 6.3.0.

This commit is contained in:
Leah Neukirchen 2022-07-16 16:56:56 +02:00
parent b9b7357e1d
commit d14003bfa7

View file

@ -1,16 +1,19 @@
# Template file for 'miller'
pkgname=miller
version=5.10.3
version=6.3.0
revision=1
build_style=gnu-configure
build_style=go
go_import_path="github.com/johnkerl/miller"
go_package="${go_import_path}/cmd/mlr"
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/miller/releases/download/v${version}/miller-${version}.tar.gz"
checksum=bbab4555c2bc207297554b0593599ea2cd030a48ad1350d00e003620e8d3c0ea
checksum=6af8d2b8387c416090a9bf02129667920b86903e67561ccc4a5c9a3b33ea76cb
post_install() {
vman man/mlr.1
vlicense LICENSE.txt
}