1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

- Update to 0.24.1

PR:		206364
Submitted by:	maintainer
This commit is contained in:
Martin Wilke 2016-01-18 13:16:18 +00:00
parent fafa42c0b4
commit 4b14f6f611
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406569
3 changed files with 5 additions and 4 deletions

View File

@ -2,13 +2,14 @@
# $FreeBSD$
PORTNAME= cmark
PORTVERSION= 0.23.0
PORTVERSION= 0.24.1
CATEGORIES= textproc
MAINTAINER= t@tobik.me
COMMENT= CommonMark parsing and rendering library and program in C
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= jgm

View File

@ -1,2 +1,2 @@
SHA256 (jgm-cmark-0.23.0_GH0.tar.gz) = 87d289965066fce7be247d44c0304af1b20817dcc1b563702302ae33f2be0596
SIZE (jgm-cmark-0.23.0_GH0.tar.gz) = 216619
SHA256 (jgm-cmark-0.24.1_GH0.tar.gz) = 7566d307ffff07567faa0381b248f60164eddcc0e0f5eb6e27d6f58e1269ab2a
SIZE (jgm-cmark-0.24.1_GH0.tar.gz) = 205568

View File

@ -4,7 +4,7 @@ include/cmark_export.h
include/cmark_version.h
lib/libcmark.a
lib/libcmark.so
lib/libcmark.so.0.23.0
lib/libcmark.so.0.24.1
libdata/pkgconfig/libcmark.pc
man/man1/cmark.1.gz
man/man3/cmark.3.gz