From 5d3812e4940e242c44405181f741675a22d3d831 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Tue, 12 Mar 2024 09:29:40 +0100 Subject: [PATCH] chroma: update to 2.13.0. --- srcpkgs/chroma/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/chroma/template b/srcpkgs/chroma/template index fc793f86f18099..ed929cba4c5ee1 100644 --- a/srcpkgs/chroma/template +++ b/srcpkgs/chroma/template @@ -1,6 +1,6 @@ # Template file for 'chroma' pkgname=chroma -version=2.12.0 +version=2.13.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=56c546a834113493de95585d5034c3c58d42b4518787cff5450601f9d9d0e78d +checksum=f3538d9db5df0d0325f3eaab7e3d465a6ec9ad6067051863ac52241f070824a0 do_check() { go test -v