mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
jquery: upgrade 3.5.1 -> 3.6.0
License file updated: Copyright changed from "JS Foundation" to "OpenJS Foundation" Source code changed (From OE-Core rev: 67289ad7c93628d7576670121909ccc0aee157ed) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
473ba58c82
commit
88c82eac7e
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user