aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-04-18 16:27:07 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2020-04-18 16:27:07 +0200
commitba4d29362c8776bcdfc87111d2d27f32f534ba1e (patch)
tree75edea5af99c78b24bd408cd1f08959615db0ae0
parent1674f2f7b9ee793fc32197aa06e4911de7eacbaa (diff)
community/libcoap: update URL
-rw-r--r--community/libcoap/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libcoap/APKBUILD b/community/libcoap/APKBUILD
index 96b22f21775..6052fe9f090 100644
--- a/community/libcoap/APKBUILD
+++ b/community/libcoap/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=libcoap
pkgver=4.2.1
-pkgrel=0
+pkgrel=1
pkgdesc="A CoAP (RFC 7252) implementation"
-url="https://github.com/obgm/libcoap"
+url="https://libcoap.net/"
arch="all"
license="BSD-2-Clause"
makedepends="automake autoconf libtool asciidoc openssl-dev"