aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/disco.rb
diff options
context:
space:
mode:
authorJack Nagel2013-04-01 11:43:03 -0500
committerJack Nagel2013-04-01 11:43:03 -0500
commit4318cd9f7e38e18dd725fc7d7158d3dac6e7fe08 (patch)
tree092032e8ba58c43b8ef84523f77d489e3893c780 /Library/Formula/disco.rb
parent90500c02e493e30edef6e7c6802615e07cc37566 (diff)
downloadhomebrew-4318cd9f7e38e18dd725fc7d7158d3dac6e7fe08.tar.bz2
Convert remaining github tarball URLs to archive URLs
Diffstat (limited to 'Library/Formula/disco.rb')
-rw-r--r--Library/Formula/disco.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/disco.rb b/Library/Formula/disco.rb
index 9025058f5..2efe7bc69 100644
--- a/Library/Formula/disco.rb
+++ b/Library/Formula/disco.rb
@@ -2,8 +2,8 @@ require 'formula'
class Disco < Formula
homepage 'http://discoproject.com/'
- url 'https://github.com/tuulos/disco/tarball/0.3.2'
- sha1 'f676e59b7bec0901566888533fd7eed5ff5c45d5'
+ url 'https://github.com/tuulos/disco/archive/0.3.2.tar.gz'
+ sha1 'c6e698d0ec1c73b55597251038ee20d9b8e5c289'
# 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'