Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

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 73ba872 commit e610530
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 e610530

Please sign in to comment.