]> code.ossystems Code Review - openembedded-core.git/commitdiff
jquery: upgrade 3.5.1 -> 3.6.0
authorWang Mingyu <wangmy@cn.fujitsu.com>
Thu, 11 Mar 2021 03:28:25 +0000 (11:28 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Mar 2021 15:34:37 +0000 (15:34 +0000)
License file updated:
Copyright changed from "JS Foundation" to "OpenJS Foundation"
Source code changed

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/jquery/jquery_3.6.0.bb [moved from meta/recipes-devtools/jquery/jquery_3.5.1.bb with 75% similarity]

similarity index 75%
rename from meta/recipes-devtools/jquery/jquery_3.5.1.bb
rename to meta/recipes-devtools/jquery/jquery_3.6.0.bb
index cfc32952cddf39809650c7f95ae853c393aa9e12..65905966c1cac1f1e626d0a7a3e857a51f669cd3 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "https://jquery.com/"
 DESCRIPTION = "${SUMMARY}"
 LICENSE = "MIT"
 SECTION = "devel"
-LIC_FILES_CHKSUM = "file://${S}/${BP}.js;beginline=8;endline=10;md5=ebd7bc5d23ab165188e526a0c65d24bb"
+LIC_FILES_CHKSUM = "file://${S}/${BP}.js;beginline=8;endline=10;md5=9c7c6e9ab275fc1e0d99cb7180ecd14c"
 
 # unpack items to ${S} so the archiver can see them
 #
@@ -13,9 +13,9 @@ SRC_URI = "\
     https://code.jquery.com/${BP}.min.map;name=map;subdir=${BP} \
     "
 
-SRC_URI[js.sha256sum] = "416a3b2c3bf16d64f6b5b6d0f7b079df2267614dd6847fc2f3271b4409233c37"
-SRC_URI[min.sha256sum] = "f7f6a5894f1d19ddad6fa392b2ece2c5e578cbf7da4ea805b6885eb6985b6e3d"
-SRC_URI[map.sha256sum] = "511d6f6d3e7acec78cd2505f04282b6e01329b4c24931f39d91739d0d1ddeef8"
+SRC_URI[js.sha256sum] = "1fe2bb5390a75e5d61e72c107cab528fc3c29a837d69aab7d200e1dbb5dcd239"
+SRC_URI[min.sha256sum] = "ff1523fb7389539c84c65aba19260648793bb4f5e29329d2ee8804bc37a3fe6e"
+SRC_URI[map.sha256sum] = "399548fb0e7b146c12f5ba18099a47d594a970fee96212eee0ab4852f3e56782"
 
 UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js"