miller: update to 6.13.0.

This commit is contained in:
Leah Neukirchen 2024-10-07 17:22:34 +02:00
parent adac0be890
commit ebabf875df
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'miller'
pkgname=miller
version=6.12.0
revision=2
version=6.13.0
revision=1
build_style=go
go_import_path="github.com/johnkerl/miller"
go_import_path="github.com/johnkerl/miller/v6"
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>"
@ -11,7 +11,7 @@ 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=b9fc12b8bf5d5f30d5e90ef0ff1ab34c7eb40823bab4ee388bc1f535bc068586
checksum=58cb2ab55a36a8ee428efcae784c538a6d0d7695b6d770d3f8b45a542d644b07
post_install() {
vman man/mlr.1