Skip to content

Commit

Permalink
Merge pull request #766 from h0tw1r3/fix/icu-download
Browse files Browse the repository at this point in the history
(maint) fix icu4c download
  • Loading branch information
joshcooper authored Dec 8, 2023
2 parents 3a8b36f + e610530 commit def617c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/components/libicu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
## SOURCE METADATA
pkg.version '62.1'
underscore_version = pkg.get_version.gsub('.', '_')
dash_version = pkg.get_version.gsub('.', '-')
pkg.md5sum '490ad9d920158e0314e10ba74ae9a150'
pkg.url "http://download.icu-project.org/files/icu4c/#{pkg.get_version}/icu4c-#{underscore_version}-src.tgz"
pkg.url "https://github.com/unicode-org/icu/releases/download/release-#{dash_version}/icu4c-#{underscore_version}-src.tgz"
pkg.mirror "#{settings[:buildsources_url]}/icu4c-#{underscore_version}-src.tgz"
pkg.dirname "icu/source"

Expand Down

0 comments on commit def617c

Please sign in to comment.