From e33357a28b8672e36d8c23dd441782e379ee5e73 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Tue, 21 Mar 2023 09:34:46 +0100 Subject: [PATCH] chroma: update to 2.7.0. --- srcpkgs/chroma/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/chroma/template b/srcpkgs/chroma/template index 94993e4d7afc..5ae5f38fe10a 100644 --- a/srcpkgs/chroma/template +++ b/srcpkgs/chroma/template @@ -1,6 +1,6 @@ # Template file for 'chroma' pkgname=chroma -version=2.5.0 +version=2.7.0 revision=1 build_wrksrc="cmd/chroma" build_style=go @@ -11,7 +11,7 @@ maintainer="Daniel Lewan " license="MIT" homepage="https://github.com/alecthomas/chroma" distfiles="https://github.com/alecthomas/chroma/archive/v${version}.tar.gz" -checksum=ad0bce3d6ba4397a866e5c8728c146fb370a2b0adb1d35fccdf7d515a9c7f553 +checksum=9d5d1f5ff7f91aff97b9eb7921e3540c863b5f01197b99a1362e777f7b43e215 do_check() { go test -v