aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/disco.rb3
-rw-r--r--Library/Formula/icu4c.rb1
2 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/disco.rb b/Library/Formula/disco.rb
index fc0319ac6..59c3bce83 100644
--- a/Library/Formula/disco.rb
+++ b/Library/Formula/disco.rb
@@ -4,7 +4,8 @@ class Disco < Formula
homepage 'http://discoproject.com/'
url 'https://github.com/tuulos/disco/tarball/0.3.2'
md5 '47a740b84ef61cea8ba3644610e25083'
-
+ # Periods in the install path cause disco-worker to complain so change to underscores.
+ version '0_3_2'
head 'https://github.com/tuulos/disco.git'
depends_on 'erlang'
diff --git a/Library/Formula/icu4c.rb b/Library/Formula/icu4c.rb
index 4b7f4c12f..337674cc1 100644
--- a/Library/Formula/icu4c.rb
+++ b/Library/Formula/icu4c.rb
@@ -3,6 +3,7 @@ require 'formula'
class Icu4c < Formula
homepage 'http://site.icu-project.org/'
url 'http://download.icu-project.org/files/icu4c/49.1.2/icu4c-49_1_2-src.tgz'
+ version '49.1.2'
md5 'bbc609fe5237202d7abf016141012a45'
bottle do