Skip to content

Commit

Permalink
icu4c 60.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lembacon authored and ilovezfs committed Dec 14, 2017
1 parent 2f411ff commit 86ff03f
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions Formula/icu4c.rb
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
class Icu4c < Formula
desc "C/C++ and Java libraries for Unicode and globalization"
homepage "http://site.icu-project.org/"
url "https://ssl.icu-project.org/files/icu4c/60.2/icu4c-60_2-src.tgz"
mirror "https://fossies.org/linux/misc/icu4c-60_2-src.tgz"
mirror "https://downloads.sourceforge.net/project/icu/ICU4C/60.2/icu4c-60_2-src.tgz"
version "60.2"
sha256 "f073ea8f35b926d70bb33e6577508aa642a8b316a803f11be20af384811db418"
head "https://ssl.icu-project.org/repos/icu/trunk/icu4c/", :using => :svn

stable do
url "https://ssl.icu-project.org/files/icu4c/60.1/icu4c-60_1-src.tgz"
mirror "https://fossies.org/linux/misc/icu4c-60_1-src.tgz"
mirror "https://downloads.sourceforge.net/project/icu/ICU4C/60.1/icu4c-60_1-src.tgz"
version "60.1"
sha256 "f8f5a6c8fbf32c015a467972bdb1477dc5f5d5dfea908b6ed218715eeb5ee225"

# Upstream commit "ticket:13462: Fix Script_Extensions for 5 characters"
# 8 Nov 2017 http://bugs.icu-project.org/trac/changeset/40667
patch do
url "https://raw.githubusercontent.com/Homebrew/formula-patches/8e407d3/icu4c/ticket-13462.diff"
sha256 "e3338f4ebc86dd6f0fd605e8b8170f013fad46709b495322bfc4be0b1f96cedc"
end
end

bottle do
cellar :any
sha256 "e15405fead705403edfc87b9b0ed74d1e123388563904aac84f3a839f9e4124c" => :high_sierra
Expand Down

0 comments on commit 86ff03f

Please sign in to comment.