From b8de56e4934d956bab5ece099e5e9b3432bca0e4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 4 Jul 2023 13:57:56 +0200 Subject: [PATCH] cmark: update to 0.30.3. --- srcpkgs/cmark/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cmark/template b/srcpkgs/cmark/template index cd822051b3a..08f8e4d8930 100644 --- a/srcpkgs/cmark/template +++ b/srcpkgs/cmark/template @@ -1,6 +1,6 @@ # Template file for 'cmark' pkgname=cmark -version=0.30.2 +version=0.30.3 revision=1 build_style=cmake short_desc="CommonMark parsing and rendering library and program in C" @@ -8,7 +8,7 @@ maintainer="pancake " license="MIT" homepage="https://github.com/commonmark/cmark" distfiles="https://github.com/commonmark/cmark/archive/${version}.tar.gz" -checksum=6c7d2bcaea1433d977d8fed0b55b71c9d045a7cdf616e3cd2dce9007da753db3 +checksum=85e9fb515531cc2c9ae176d693f9871774830cf1f323a6758fb187a5148d7b16 pre_configure() { # Fix the SONAME version to use just the major number