Skip to content

Commit

Permalink
(maint) fix icu4c download
Browse files Browse the repository at this point in the history
appears only the latest minor releases are available from download, so
use the github tagged source
  • Loading branch information
h0tw1r3 committed Nov 18, 2023
1 parent 944f15c commit f535601
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 f535601

Please sign in to comment.