libwebsockets: fix upstream check URL

Fixes:

INFO: libwebsockets             3.2.2           2015            None 9494c66d20898ddb39483427c84f152b03cbad28

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Pierre-Jean Texier
2020-03-25 20:42:11 +01:00
committed by Khem Raj
parent 690b0faec5
commit dc3fece666
@@ -9,6 +9,9 @@ S = "${WORKDIR}/git"
SRCREV = "d880fe233020b74e058cbca95b5fb67823bbf258"
SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;branch=v3.2-stable"
UPSTREAM_CHECK_URI = "https://github.com/warmcat/${BPN}/releases"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
inherit cmake pkgconfig
PACKAGECONFIG ?= "libuv client server http2 ssl"