diff options
-rw-r--r-- | meta/recipes-support/icu/icu_50.1.2.bb (renamed from meta/recipes-support/icu/icu_50.1.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/icu/icu_50.1.1.bb b/meta/recipes-support/icu/icu_50.1.2.bb index 26b086fc26..225ea1370f 100644 --- a/meta/recipes-support/icu/icu_50.1.1.bb +++ b/meta/recipes-support/icu/icu_50.1.2.bb @@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://../license.html;md5=4ee45701e87d34303281978e3b78ecda" PR = "r0" -BASE_SRC_URI = "http://download.icu-project.org/files/icu4c/${PV}/icu4c-50_1_1-src.tgz" +BASE_SRC_URI = "http://download.icu-project.org/files/icu4c/${PV}/icu4c-50_1_2-src.tgz" SRC_URI = "${BASE_SRC_URI}" -SRC_URI[md5sum] = "c721c2e0c8f86975ccea620d09aedc81" -SRC_URI[sha256sum] = "a6f426e3c04749c74bcb9d2ce229f905de88deda2353db2249f2e96fe604df8f" +SRC_URI[md5sum] = "beb98aa972219c9fcd9c8a71314943c9" +SRC_URI[sha256sum] = "cb68067dcc60d682f8e037bf0961bdd5169cb4652ef8aa136e893780047dafd3" |