From fc0a506bde19a466d55d43e310205a8fda4c1d5e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 8 May 2023 18:07:47 +0800 Subject: [PATCH] libjs-jquery-cookie: upgrade 3.0.1 -> 3.0.5 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...js-jquery-cookie_3.0.1.bb => libjs-jquery-cookie_3.0.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/libjs/{libjs-jquery-cookie_3.0.1.bb => libjs-jquery-cookie_3.0.5.bb} (92%) diff --git a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb similarity index 92% rename from meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb rename to meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb index 53882b2f34..38ffd032ab 100644 --- a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb +++ b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb @@ -3,9 +3,9 @@ HOMEPAGE = "https://github.com/js-cookie/js-cookie" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=e16cf0e247d84f8999bf55865a9c98cf" -SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=https;branch=master" +SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=https;branch=main" -SRCREV = "0ba77141dd215782cc7770347a457906908c66ff" +SRCREV = "ab3f67fc4fad88cdf07b258c08e4164e06bf7506" S = "${WORKDIR}/git"