summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libnice/libnice_0.1.23.bb (renamed from meta-oe/recipes-support/libnice/libnice_0.1.22.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/libnice/libnice_0.1.22.bb b/meta-oe/recipes-support/libnice/libnice_0.1.23.bb
index 4b932029ee..bcdcf0ad7f 100644
--- a/meta-oe/recipes-support/libnice/libnice_0.1.22.bb
+++ b/meta-oe/recipes-support/libnice/libnice_0.1.23.bb
@@ -3,13 +3,13 @@ DESCRIPTION = "Libnice is an implementation of the IETF's draft Interactive Conn
3HOMEPAGE = "http://nice.freedesktop.org/wiki/" 3HOMEPAGE = "http://nice.freedesktop.org/wiki/"
4 4
5LICENSE = "LGPL-2.1-only & MPL-1.1" 5LICENSE = "LGPL-2.1-only & MPL-1.1"
6LIC_FILES_CHKSUM = "file://COPYING;md5=9c42325015702feda4f4d2f19a55b767 \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=963cc62096d5412ee9580043babb8b60 \
7 file://COPYING.LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \ 7 file://COPYING.LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \
8 file://COPYING.MPL;md5=3c617710e51cdbe0fc00716f056dfb1a \ 8 file://COPYING.MPL;md5=3c617710e51cdbe0fc00716f056dfb1a \
9" 9 "
10 10
11SRC_URI = "http://nice.freedesktop.org/releases/${BP}.tar.gz" 11SRC_URI = "http://nice.freedesktop.org/releases/${BP}.tar.gz"
12SRC_URI[sha256sum] = "a5f724cf09eae50c41a7517141d89da4a61ec9eaca32da4a0073faed5417ad7e" 12SRC_URI[sha256sum] = "618fc4e8de393b719b1641c1d8eec01826d4d39d15ade92679d221c7f5e4e70d"
13 13
14UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/libnice/libnice/-/tags" 14UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/libnice/libnice/-/tags"
15UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" 15UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"