From 742759d05caf6fbc2ae10ea17cb8ae9d9c9b3112 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 15 Sep 2022 00:08:19 +0200 Subject: [PATCH] cmark-gfm: update to 0.29.0.gfm.5. --- srcpkgs/cmark-gfm/template | 4 ++-- srcpkgs/cmark-gfm/update | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/cmark-gfm/update diff --git a/srcpkgs/cmark-gfm/template b/srcpkgs/cmark-gfm/template index a538d9321a7..3b0ba5eb581 100644 --- a/srcpkgs/cmark-gfm/template +++ b/srcpkgs/cmark-gfm/template @@ -1,6 +1,6 @@ # Template file for 'cmark-gfm' pkgname=cmark-gfm -version=0.29.0.gfm.3 +version=0.29.0.gfm.5 revision=1 build_style=cmake short_desc="GitHub's fork of cmark, a CommonMark markdown renderer" @@ -8,7 +8,7 @@ maintainer="Leah Neukirchen " license="MIT" homepage="https://github.com/github/cmark-gfm" distfiles="https://github.com/github/cmark-gfm/archive/${version}.tar.gz" -checksum=56fba15e63676c756566743dcd43c61c6a77cc1d17ad8be88a56452276ba4d4c +checksum=f665079062e05abc44ae933a74f1bdc5c89af1e1d2f4152042fc1ec5571093fe pre_configure() { # Fix the SONAME version to use just the major number diff --git a/srcpkgs/cmark-gfm/update b/srcpkgs/cmark-gfm/update new file mode 100644 index 00000000000..47a60c2dcec --- /dev/null +++ b/srcpkgs/cmark-gfm/update @@ -0,0 +1 @@ +pattern='[\d.]+.gfm.[\d.]*\d'