Skip to content

Commit e610530

Browse files
committed
(maint) fix icu4c download
appears only the latest minor releases are available from download, so use the github tagged source
1 parent 73ba872 commit e610530

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: configs/components/libicu.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
## SOURCE METADATA
33
pkg.version '62.1'
44
underscore_version = pkg.get_version.gsub('.', '_')
5+
dash_version = pkg.get_version.gsub('.', '-')
56
pkg.md5sum '490ad9d920158e0314e10ba74ae9a150'
6-
pkg.url "http://download.icu-project.org/files/icu4c/#{pkg.get_version}/icu4c-#{underscore_version}-src.tgz"
7+
pkg.url "https://github.com/unicode-org/icu/releases/download/release-#{dash_version}/icu4c-#{underscore_version}-src.tgz"
78
pkg.mirror "#{settings[:buildsources_url]}/icu4c-#{underscore_version}-src.tgz"
89
pkg.dirname "icu/source"
910

0 commit comments

Comments
 (0)