Skip to content
Snippets Groups Projects
Commit 99bca925 authored by DJ Mountney's avatar DJ Mountney
Browse files

Update icu4c and xz utils versions so they don't fetch from sourceforge

Their maintainers only host supported versions on their website, and archived versions redirect to sourceforge
parent 1ba09f6f
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@
override :pip, version: '7.1.2', source: { md5: '3823d2343d9f3aaab21cf9c917710196' }
override :redis, version: '2.8.24', source: { md5: '7b6eb6e4ccc050c351df8ae83c55a035' }
override :postgresql, version: '9.2.15', source: { md5: '235b4fc09eff4569a7972be65c449ecc' }
override :liblzma, version: '5.2.2', source: { md5: '7cf6a8544a7dae8e8106fdf7addfa28c' }
# Openssh needs to be installed
runtime_dependency "openssh-server"
......
......@@ -17,5 +17,5 @@
#
name "libicu"
default_version "54.1"
default_version "56.1"
......@@ -21,6 +21,6 @@
source :url => "http://download.icu-project.org/files/icu4c/54.1/icu4c-54_1-src.tgz",
:md5 => "e844caed8f2ca24c088505b0d6271bc0"
source :url => "http://download.icu-project.org/files/icu4c/56.1/icu4c-56_1-src.tgz",
:md5 => "c4a2d71ff56aec5ebfab2a3f059be99d"
relative_path 'icu/source'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment