From: Alexander Kanavin Date: Thu, 27 Oct 2022 20:16:02 +0000 (+0200) Subject: jquery: upgrade 3.6.0 -> 3.6.1 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2699 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b727ce83cf295cecd7523291a527c0b5e058fe8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git jquery: upgrade 3.6.0 -> 3.6.1 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/jquery/jquery_3.6.0.bb b/meta/recipes-devtools/jquery/jquery_3.6.1.bb similarity index 81% rename from meta/recipes-devtools/jquery/jquery_3.6.0.bb rename to meta/recipes-devtools/jquery/jquery_3.6.1.bb index 39ffd381146..a4748890993 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 = "\ https://code.jquery.com/${BP}.min.map;name=map;subdir=${BP} \ " -SRC_URI[js.sha256sum] = "1fe2bb5390a75e5d61e72c107cab528fc3c29a837d69aab7d200e1dbb5dcd239" -SRC_URI[min.sha256sum] = "ff1523fb7389539c84c65aba19260648793bb4f5e29329d2ee8804bc37a3fe6e" -SRC_URI[map.sha256sum] = "399548fb0e7b146c12f5ba18099a47d594a970fee96212eee0ab4852f3e56782" +SRC_URI[js.sha256sum] = "df3941e6cdaec28533ad72b7053ec05f7172be88ecada345c42736bc2ffba4d2" +SRC_URI[min.sha256sum] = "a3cf00c109d907e543bc4f6dbc85eb31068f94515251347e9e57509b52ee3d74" +SRC_URI[map.sha256sum] = "856ee620cebac56e872d6e99b09de05f81ccd3f3dc346e9b55eb694611a6d5e1" UPSTREAM_CHECK_REGEX = "jquery-(?P\d+(\.\d+)+)\.js"