diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-connectivity/libuv/libuv_1.45.0.bb (renamed from meta/recipes-connectivity/libuv/libuv_1.44.2.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/libuv/libuv_1.44.2.bb b/meta/recipes-connectivity/libuv/libuv_1.45.0.bb index 27e79276b5..45b3a96f12 100644 --- a/meta/recipes-connectivity/libuv/libuv_1.44.2.bb +++ b/meta/recipes-connectivity/libuv/libuv_1.45.0.bb | |||
| @@ -3,10 +3,10 @@ HOMEPAGE = "https://github.com/libuv/libuv" | |||
| 3 | DESCRIPTION = "libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it's also used by Luvit, Julia, pyuv, and others." | 3 | DESCRIPTION = "libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it's also used by Luvit, Julia, pyuv, and others." |
| 4 | BUGTRACKER = "https://github.com/libuv/libuv/issues" | 4 | BUGTRACKER = "https://github.com/libuv/libuv/issues" |
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ad93ca1fffe931537fcf64f6fcce084d" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=74b6f2f7818a4e3a80d03556f71b129b" |
| 7 | 7 | ||
| 8 | SRCREV = "0c1fa696aa502eb749c2c4735005f41ba00a27b8" | 8 | SRCREV = "96e05543f53b19d9642b4b0dd73b86ad3cea313e" |
| 9 | SRC_URI = "git://github.com/libuv/libuv.git;branch=v1.x;protocol=https" | 9 | SRC_URI = "git://github.com/libuv/libuv.git;branch=master;protocol=https" |
| 10 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 10 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
