diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-10-27 22:16:02 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-29 16:28:36 +0100 |
commit | 48c4ac7982678e437bc3cd109843f2bdbf2548fc (patch) | |
tree | f8e540da2c4ef97bf05d5894a18a56c4a4d09fec /meta/recipes-devtools/jquery | |
parent | 660a2b541c3bb4093e1b766a9233e29604c9a92a (diff) | |
download | poky-48c4ac7982678e437bc3cd109843f2bdbf2548fc.tar.gz |
jquery: upgrade 3.6.0 -> 3.6.1
(From OE-Core rev: 4b727ce83cf295cecd7523291a527c0b5e058fe8)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/jquery')
-rw-r--r-- | meta/recipes-devtools/jquery/jquery_3.6.1.bb (renamed from meta/recipes-devtools/jquery/jquery_3.6.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/jquery/jquery_3.6.0.bb b/meta/recipes-devtools/jquery/jquery_3.6.1.bb index 39ffd38114..a474889099 100644 --- a/meta/recipes-devtools/jquery/jquery_3.6.0.bb +++ b/meta/recipes-devtools/jquery/jquery_3.6.1.bb | |||
@@ -13,9 +13,9 @@ SRC_URI = "\ | |||
13 | https://code.jquery.com/${BP}.min.map;name=map;subdir=${BP} \ | 13 | https://code.jquery.com/${BP}.min.map;name=map;subdir=${BP} \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRC_URI[js.sha256sum] = "1fe2bb5390a75e5d61e72c107cab528fc3c29a837d69aab7d200e1dbb5dcd239" | 16 | SRC_URI[js.sha256sum] = "df3941e6cdaec28533ad72b7053ec05f7172be88ecada345c42736bc2ffba4d2" |
17 | SRC_URI[min.sha256sum] = "ff1523fb7389539c84c65aba19260648793bb4f5e29329d2ee8804bc37a3fe6e" | 17 | SRC_URI[min.sha256sum] = "a3cf00c109d907e543bc4f6dbc85eb31068f94515251347e9e57509b52ee3d74" |
18 | SRC_URI[map.sha256sum] = "399548fb0e7b146c12f5ba18099a47d594a970fee96212eee0ab4852f3e56782" | 18 | SRC_URI[map.sha256sum] = "856ee620cebac56e872d6e99b09de05f81ccd3f3dc346e9b55eb694611a6d5e1" |
19 | 19 | ||
20 | UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js" | 20 | UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js" |
21 | 21 | ||