From c96d04af99e26e65e8e756f3bd5ee59ad885ec38 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sun, 19 May 2024 21:57:21 -0400 Subject: [PATCH] comrak: update to 0.24.1 --- srcpkgs/comrak/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/comrak/template b/srcpkgs/comrak/template index 68165deabf25a1..0dccc4704ae65a 100644 --- a/srcpkgs/comrak/template +++ b/srcpkgs/comrak/template @@ -1,6 +1,6 @@ # Template file for 'comrak' pkgname=comrak -version=0.23.0 +version=0.24.1 revision=1 build_style=cargo hostmakedepends="pkg-config" @@ -9,9 +9,9 @@ short_desc="CommonMark + GFM compatible Markdown parser and renderer" maintainer="Orphaned " license="BSD-2-Clause" homepage="https://github.com/kivikakk/comrak" -changelog="https://github.com/kivikakk/comrak/raw/main/changelog.txt" -distfiles="https://github.com/kivikakk/comrak/archive/refs/tags/${version}.tar.gz" -checksum=e291ac08a699cc6c4afb79f3dd23ee1b453dfd66d1c86af5d71889e25a458830 +changelog="https://raw.githubusercontent.com/kivikakk/comrak/main/changelog.txt" +distfiles="https://github.com/kivikakk/comrak/archive/refs/tags/v${version}.tar.gz" +checksum=045aadd282968c15499bf308974fb9ea4293b9b8ada29baaafa818546943297d post_install() { vlicense COPYING