diff mbox series

[1/1] package/icu: bump to version 65-1

Message ID 20200118180635.930935-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/icu: bump to version 65-1 | expand

Commit Message

Fabrice Fontaine Jan. 18, 2020, 6:06 p.m. UTC
Switch site to github to get the latest release

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/icu/icu.hash | 4 ++--
 package/icu/icu.mk   | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

Comments

Yann E. MORIN Jan. 19, 2020, 9:07 a.m. UTC | #1
Fabrice, All,

On 2020-01-18 19:06 +0100, Fabrice Fontaine spake thusly:
> Switch site to github to get the latest release
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/icu/icu.hash | 4 ++--
>  package/icu/icu.mk   | 5 +++--
>  2 files changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/package/icu/icu.hash b/package/icu/icu.hash
> index 86de0e14ea..5eb508d2cb 100644
> --- a/package/icu/icu.hash
> +++ b/package/icu/icu.hash
> @@ -1,4 +1,4 @@
> -# From http://download.icu-project.org/files/icu4c/64.2/SHASUM512.txt
> -sha512 5ecb4c230ba45918747a1cf9aef86f555aa07d5b29b1d07ab674e8013f46dfb907a0e9d6945db41155f9dc3012fd94e1152ffc19f61a68b6dfcbabdcb8ae9d78  icu4c-64_2-src.tgz
> +# From https://github.com/unicode-org/icu/releases/download/release-65-1/SHASUM512.txt
> +sha512 8f1ef33e1f4abc9a8ee870331c59f01b473d6da1251a19ce403f822f3e3871096f0791855d39c8f20c612fc49cda2c62c06864aa32ddab2dbd186d2b21ce9139  icu4c-65_1-src.tgz
>  # Locally computed
>  sha256 6a18c5fac70d7860b57f5b72b4e2c9a1ba6b3d2741eef7ff9767c5379364f10d  LICENSE
> diff --git a/package/icu/icu.mk b/package/icu/icu.mk
> index 81d1dbc179..0b8aeeaee1 100644
> --- a/package/icu/icu.mk
> +++ b/package/icu/icu.mk
> @@ -7,9 +7,10 @@
>  # 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 = 64-2
> +ICU_VERSION = 65-1
>  ICU_SOURCE = icu4c-$(subst -,_,$(ICU_VERSION))-src.tgz
> -ICU_SITE = http://download.icu-project.org/files/icu4c/$(subst -,.,$(ICU_VERSION))
> +ICU_SITE = \
> +	https://github.com/unicode-org/icu/releases/download/release-$(ICU_VERSION)
>  ICU_LICENSE = ICU License
>  ICU_LICENSE_FILES = LICENSE
>  
> -- 
> 2.24.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/icu/icu.hash b/package/icu/icu.hash
index 86de0e14ea..5eb508d2cb 100644
--- a/package/icu/icu.hash
+++ b/package/icu/icu.hash
@@ -1,4 +1,4 @@ 
-# From http://download.icu-project.org/files/icu4c/64.2/SHASUM512.txt
-sha512 5ecb4c230ba45918747a1cf9aef86f555aa07d5b29b1d07ab674e8013f46dfb907a0e9d6945db41155f9dc3012fd94e1152ffc19f61a68b6dfcbabdcb8ae9d78  icu4c-64_2-src.tgz
+# From https://github.com/unicode-org/icu/releases/download/release-65-1/SHASUM512.txt
+sha512 8f1ef33e1f4abc9a8ee870331c59f01b473d6da1251a19ce403f822f3e3871096f0791855d39c8f20c612fc49cda2c62c06864aa32ddab2dbd186d2b21ce9139  icu4c-65_1-src.tgz
 # Locally computed
 sha256 6a18c5fac70d7860b57f5b72b4e2c9a1ba6b3d2741eef7ff9767c5379364f10d  LICENSE
diff --git a/package/icu/icu.mk b/package/icu/icu.mk
index 81d1dbc179..0b8aeeaee1 100644
--- a/package/icu/icu.mk
+++ b/package/icu/icu.mk
@@ -7,9 +7,10 @@ 
 # 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 = 64-2
+ICU_VERSION = 65-1
 ICU_SOURCE = icu4c-$(subst -,_,$(ICU_VERSION))-src.tgz
-ICU_SITE = http://download.icu-project.org/files/icu4c/$(subst -,.,$(ICU_VERSION))
+ICU_SITE = \
+	https://github.com/unicode-org/icu/releases/download/release-$(ICU_VERSION)
 ICU_LICENSE = ICU License
 ICU_LICENSE_FILES = LICENSE