diff --git a/package/icu/icu.hash b/package/icu/icu.hash index 4f60681c54..d79b95b174 100644 --- a/package/icu/icu.hash +++ b/package/icu/icu.hash @@ -1,3 +1,4 @@ +# From https://github.com/unicode-org/icu/releases/tag/release-78.2 +sha256 3e99687b5c435d4b209630e2d2ebb79906c984685e78635078b672e03c89df35 icu4c-78.2-sources.tgz # Locally computed -sha256 6217f58ca39b23127605cfc6c7e0d3475fe4b0d63157011383d716cb41617886 icu4c-78.1-sources.tgz sha256 e55522d81edc687a341a4411e0776e54ca654e90147f354a90458aaced4116af LICENSE diff --git a/package/icu/icu.mk b/package/icu/icu.mk index a0b4388355..3030e0c71c 100644 --- a/package/icu/icu.mk +++ b/package/icu/icu.mk @@ -7,7 +7,7 @@ # Git tags (and therefore versions on release-monitoring.org) use the # XX-Y format, but the tarballs are named XX_Y and the containing # directories XX.Y. -ICU_VERSION = 78.1 +ICU_VERSION = 78.2 ICU_SOURCE = icu4c-$(ICU_VERSION)-sources.tgz ICU_SITE = \ https://github.com/unicode-org/icu/releases/download/release-$(ICU_VERSION)