diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-31 17:52:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:31 +0100 |
commit | 6c6bf5ef9b1f16d0d4a40a62de58f486a48686f7 (patch) | |
tree | 0e7b77842452c9793da01ea35d6a498e3d1ac1be | |
parent | 5f9bdc5972905634db0362dc8c469577ef4d44f6 (diff) | |
download | poky-6c6bf5ef9b1f16d0d4a40a62de58f486a48686f7.tar.gz |
jquery: update to 3.5.1
(From OE-Core rev: d1842007c56cfcac67e8c7fb91638a411b8f27f5)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/jquery/jquery_3.5.1.bb (renamed from meta/recipes-devtools/jquery/jquery_3.5.0.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/jquery/jquery_3.5.0.bb b/meta/recipes-devtools/jquery/jquery_3.5.1.bb index 5c6f9cddbe..b4d7e80afe 100644 --- a/meta/recipes-devtools/jquery/jquery_3.5.0.bb +++ b/meta/recipes-devtools/jquery/jquery_3.5.1.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "jQuery is a fast, small, and feature-rich JavaScript library" | |||
2 | HOMEPAGE = "https://jquery.com/" | 2 | HOMEPAGE = "https://jquery.com/" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/${BP}.js;startline=8;endline=10;md5=b1e67ece919e852643f1541a54492d65" | 5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/${BP}.js;beginline=8;endline=10;md5=ebd7bc5d23ab165188e526a0c65d24bb" |
6 | 6 | ||
7 | SRC_URI = "\ | 7 | SRC_URI = "\ |
8 | https://code.jquery.com/${BP}.js;name=js \ | 8 | https://code.jquery.com/${BP}.js;name=js \ |
@@ -10,9 +10,9 @@ SRC_URI = "\ | |||
10 | https://code.jquery.com/${BP}.min.map;name=map \ | 10 | https://code.jquery.com/${BP}.min.map;name=map \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI[js.sha256sum] = "aff01a147aeccc9b70a5efad1f2362fd709f3316296ec460d94aa7d31decdb37" | 13 | SRC_URI[js.sha256sum] = "416a3b2c3bf16d64f6b5b6d0f7b079df2267614dd6847fc2f3271b4409233c37" |
14 | SRC_URI[min.sha256sum] = "c4dccdd9ae25b64078e0c73f273de94f8894d5c99e4741645ece29aeefc9c5a4" | 14 | SRC_URI[min.sha256sum] = "f7f6a5894f1d19ddad6fa392b2ece2c5e578cbf7da4ea805b6885eb6985b6e3d" |
15 | SRC_URI[map.sha256sum] = "3149351c8cbc3fb230bbf6188617c7ffda77d9e14333f4f5f0aa1aae379df892" | 15 | SRC_URI[map.sha256sum] = "511d6f6d3e7acec78cd2505f04282b6e01329b4c24931f39d91739d0d1ddeef8" |
16 | 16 | ||
17 | UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js" | 17 | UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js" |
18 | 18 | ||