Skip to content

Commit

Permalink
node: bump vendored icu4c to 58.2 (#8225)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Dec 26, 2016
1 parent a42e1e0 commit ef6b6d6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Formula/node.rb
Expand Up @@ -47,9 +47,11 @@ class Node < Formula
end

resource "icu4c" do
url "https://ssl.icu-project.org/files/icu4c/58.1/icu4c-58_1-src.tgz"
version "58.1"
sha256 "0eb46ba3746a9c2092c8ad347a29b1a1b4941144772d13a88667a7b11ea30309"
url "https://ssl.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.tgz"
mirror "https://fossies.org/linux/misc/icu4c-58_2-src.tgz"
mirror "https://downloads.sourceforge.net/project/icu/ICU4C/58.2/icu4c-58_2-src.tgz"
version "58.2"
sha256 "2b0a4410153a9b20de0e20c7d8b66049a72aef244b53683d0d7521371683da0c"
end

def install
Expand Down

0 comments on commit ef6b6d6

Please sign in to comment.