aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2014-02-20 15:34:38 -0600
committerAdam Vandenberg2014-02-22 13:24:11 -0800
commit6e7ef1a9c0cff9da860647b80511201e38eefb9c (patch)
tree71a137c6bde4a0febcc23b1f469df4fa147fb17c /Library/Formula
parentdd984458978a6ec682183a4f7d09574bcaf942e1 (diff)
downloadhomebrew-6e7ef1a9c0cff9da860647b80511201e38eefb9c.tar.bz2
disco 0.5
Closes #26869. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/disco.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/disco.rb b/Library/Formula/disco.rb
index c94f75b05..ec06fcc15 100644
--- a/Library/Formula/disco.rb
+++ b/Library/Formula/disco.rb
@@ -2,10 +2,10 @@ require 'formula'
class Disco < Formula
homepage 'http://discoproject.org/'
- url 'https://github.com/discoproject/disco/archive/0.4.5.tar.gz'
- sha1 'c098ad91aa1a0676944c5548f8f860fb9b223002'
+ url 'https://github.com/discoproject/disco/archive/0.5.tar.gz'
+ sha1 '2728d2cc9ea398ddf1e4420e5c75750aa74fe0e2'
# Periods in the install path cause disco-worker to complain so change to underscores.
- version '0_4_5'
+ version '0_5_0'
depends_on :python
depends_on 'erlang'