From a66fe65da1a8608ea42ddf8729c2d79828ea9c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 2 Oct 2021 17:07:08 -0300 Subject: [PATCH] cmark: update to 0.30.2. --- srcpkgs/cmark/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/cmark/template b/srcpkgs/cmark/template index ca99822a67e..cd822051b3a 100644 --- a/srcpkgs/cmark/template +++ b/srcpkgs/cmark/template @@ -1,14 +1,14 @@ # Template file for 'cmark' pkgname=cmark -version=0.29.0 +version=0.30.2 revision=1 build_style=cmake short_desc="CommonMark parsing and rendering library and program in C" maintainer="pancake " license="MIT" -homepage="https://github.com/jgm/cmark" -distfiles="https://github.com/jgm/cmark/archive/${version}.tar.gz" -checksum=2558ace3cbeff85610de3bda32858f722b359acdadf0c4691851865bb84924a6 +homepage="https://github.com/commonmark/cmark" +distfiles="https://github.com/commonmark/cmark/archive/${version}.tar.gz" +checksum=6c7d2bcaea1433d977d8fed0b55b71c9d045a7cdf616e3cd2dce9007da753db3 pre_configure() { # Fix the SONAME version to use just the major number