aboutsummaryrefslogtreecommitdiffstats
path: root/main/libwebsockets
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-31 17:04:27 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-31 17:04:27 +0100
commit1e352bb33231d2a3b7d2645c3cf506ad0aa531aa (patch)
treeaa6fd3fc74915a3a146b58d06d3a1ed3ac2c9b4e /main/libwebsockets
parent53bc7bd8040aafa2b0510e32381bf21a9f5231d9 (diff)
downloadaports-1e352bb33231d2a3b7d2645c3cf506ad0aa531aa.tar.bz2
aports-1e352bb33231d2a3b7d2645c3cf506ad0aa531aa.tar.xz
main/libwebsockets: fix url=
Diffstat (limited to 'main/libwebsockets')
-rw-r--r--main/libwebsockets/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libwebsockets/APKBUILD b/main/libwebsockets/APKBUILD
index 9cae97e37a..56ed32948f 100644
--- a/main/libwebsockets/APKBUILD
+++ b/main/libwebsockets/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libwebsockets
pkgver=3.2.1
-pkgrel=0
+pkgrel=1
pkgdesc="C library for lightweight websocket clients and servers"
-url="http://libwebsockets.org"
+url="https://libwebsockets.org"
arch="all"
license="LGPL-2.0-or-later"
options="!check"