aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cmark
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-04-11 12:01:55 +0200
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-04-11 17:19:13 +0000
commite3c5e336dc1af0b68e00a28c711251330ef3d9bf (patch)
treeeb527f5bf5dd81444600317f6cea59e7418da39a /testing/cmark
parentba9e57715b165c66d135f1c5d5606597792f6603 (diff)
downloadaports-e3c5e336dc1af0b68e00a28c711251330ef3d9bf.tar.bz2
aports-e3c5e336dc1af0b68e00a28c711251330ef3d9bf.tar.xz
testing/cmark: fix library homepage URL
Diffstat (limited to 'testing/cmark')
-rw-r--r--testing/cmark/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/cmark/APKBUILD b/testing/cmark/APKBUILD
index c52c6edad4..1ce297fc0c 100644
--- a/testing/cmark/APKBUILD
+++ b/testing/cmark/APKBUILD
@@ -1,14 +1,14 @@
# Maintainer: Marian <m.buschsieweke@uni-muenster.de>
pkgname=cmark
pkgver=0.28.3
-pkgrel=1
+pkgrel=2
pkgdesc="C reference implementation of CommonMark, a rationalized Markdown spec"
-url="https://github.com/jgm/cmark"
+url="https://github.com/commonmark/cmark"
arch="all"
license="BSD"
makedepends="re2c cmake"
subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/jgm/cmark/archive/${pkgver}.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/commonmark/cmark/archive/${pkgver}.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"