We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ba872 commit e610530Copy full SHA for e610530
configs/components/libicu.rb
@@ -2,8 +2,9 @@
2
## SOURCE METADATA
3
pkg.version '62.1'
4
underscore_version = pkg.get_version.gsub('.', '_')
5
+ dash_version = pkg.get_version.gsub('.', '-')
6
pkg.md5sum '490ad9d920158e0314e10ba74ae9a150'
- 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"
8
pkg.mirror "#{settings[:buildsources_url]}/icu4c-#{underscore_version}-src.tgz"
9
pkg.dirname "icu/source"
10
0 commit comments