ports/contrib (3.6): cmark: 0.29.0 -> 0.30.0
commit 5c834abd50f2a623e85feeb1ed3ac5ce4fe82903 Author: Tim Biermann <tbier@posteo.de> Date: Sun Jun 27 18:31:45 2021 +0000 cmark: 0.29.0 -> 0.30.0 diff --git a/cmark/.signature b/cmark/.signature index bbe841c9f..36c1f1400 100644 --- a/cmark/.signature +++ b/cmark/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31kUbgOio4udj+ePLj35ejkfEXEMZYJxNOZV665ipuX9CXomK44neKzqpbrvBF6lp3PlFbYsVFBgb1Gcy9Vt9gw= -SHA256 (Pkgfile) = a9906475797fd99ae887bdb60a69323a0ad507165b933b77006ec0071c1ad719 +RWSagIOpLGJF3wjqjCATLY37/gM5TgLAGMdqoki9WgN8mHN/kT5h6c1UZsozBWqjL029wA6ie1FULqeKmA/E1Dnj6dzoO7Nx2wI= +SHA256 (Pkgfile) = 1db90b62400e795d88da6c4acd65faa829284cfc651c0d62e0df201cd43fcd6a SHA256 (.footprint) = e5a7f390dd93c1251814952881cfb05354403794e97231863ff9f35071099529 -SHA256 (cmark-0.29.0.tar.gz) = 2558ace3cbeff85610de3bda32858f722b359acdadf0c4691851865bb84924a6 +SHA256 (cmark-0.30.0.tar.gz) = d708a045bd31506e03bddc49f262201ff14921cdfa26768854dc03937c44349b diff --git a/cmark/Pkgfile b/cmark/Pkgfile index c94f4aecd..3568aaa5a 100644 --- a/cmark/Pkgfile +++ b/cmark/Pkgfile @@ -1,12 +1,12 @@ # Description: CommonMark parsing and rendering library and program in C -# URL: https://github.com/jgm/cmark +# URL: https://github.com/commonmark/cmark # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: cmake python +# Depends on: cmake name=cmark -version=0.29.0 +version=0.30.0 release=1 -source=(https://github.com/jgm/$name/archive/$version/$name-$version.tar.gz) +source=(https://github.com/commonmark/$name/archive/$version/$name-$version.tar.gz) build() { [[ -e /usr/bin/ninja ]] && PKGMK_CMARK+=' -G Ninja'
participants (1)
-
crux@crux.nu