From 14a1cbf53ba7c8116eed1cacbf5cd14adb6d3c21 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 4 Aug 2020 12:09:03 +0200 Subject: [PATCH] miller: update to 5.8.0. --- srcpkgs/miller/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/miller/template b/srcpkgs/miller/template index 48cc6886bbb..a294d97f34c 100644 --- a/srcpkgs/miller/template +++ b/srcpkgs/miller/template @@ -1,6 +1,6 @@ # Template file for 'miller' pkgname=miller -version=5.7.0 +version=5.8.0 revision=1 build_style=gnu-configure hostmakedepends="automake libtool flex asciidoc" @@ -10,7 +10,7 @@ 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=5ef4a2c58fa8f6d12ba64d26cecf904af1dc476cc6db9b92d3e2aff2e937f4bf +checksum=83fcb8218145654583f5c384d3c8e055f478f1da919d51e9be3c489a006492c2 pre_configure() { # Disable debugging and profiling versions, broken on musl.