aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cmark
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-10-01 00:49:08 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-10-01 00:49:08 +0000
commitf785cb2859b87a1fd9b5a164ee6682807f94ffd8 (patch)
treed508c57e3f7f1602762eb16fdabde07f12c1dde1 /testing/cmark
parent127497b691861a89368fc79b4bfb3654015349e2 (diff)
downloadaports-f785cb2859b87a1fd9b5a164ee6682807f94ffd8.tar.bz2
aports-f785cb2859b87a1fd9b5a164ee6682807f94ffd8.tar.xz
testing/cmark: upgrade to 0.28.0
Diffstat (limited to 'testing/cmark')
-rw-r--r--testing/cmark/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/cmark/APKBUILD b/testing/cmark/APKBUILD
index e0f76709c9..0f76440d92 100644
--- a/testing/cmark/APKBUILD
+++ b/testing/cmark/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Marian <m.buschsieweke@uni-muenster.de>
pkgname=cmark
-pkgver=0.27.1
+pkgver=0.28.0
pkgrel=0
pkgdesc="C reference implementation of CommonMark, a rationalized Markdown spec"
url="https://github.com/jgm/cmark"
@@ -23,4 +23,4 @@ package() {
make INSTALL_PREFIX=/usr DESTDIR="$pkgdir" install || return 1
}
-sha512sums="a7797c9dfd54e20499666e37ba67b1902ef0d40867e7b941c1cfc93d4fbe935fb073be69aecc9f9f8c8e9524049037771635b45e071af981613431f3fbbe7b41 cmark-0.27.1.tar.gz"
+sha512sums="86aeb42f17440c8e743057851bc3cee9ed4b3fa27dacc37d6af54dee7739210a712020e59c102ed1852b7c3f904881cb4e9b80ea475772095514c4025284cbb6 cmark-0.28.0.tar.gz"