diff options
| author | Ali Asad Lotia | 2010-03-22 15:30:36 -0400 | 
|---|---|---|
| committer | David Höppner | 2010-03-24 10:31:32 +0100 | 
| commit | a31f0cfa1ae05b6f5583a55c3aa539b5782b7613 (patch) | |
| tree | f941383100d681bb55d2259abc22b60f169f2d6b /Library/Formula/aria2.rb | |
| parent | 3eb6c617da95b30588e91f717bd13ccc5713f27c (diff) | |
| download | homebrew-a31f0cfa1ae05b6f5583a55c3aa539b5782b7613.tar.bz2 | |
Updated aria2 to 1.9.0.
The version was updated from 1.8.2 to 1.9.0. 1.8.2 was no longer
available at the specified download location and installation was
failing because a 404 was returned when attempting to download aria2
1.8.2.
Signed-off-by: David Höppner <0xffea@gmail.com>
Diffstat (limited to 'Library/Formula/aria2.rb')
| -rw-r--r-- | Library/Formula/aria2.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/aria2.rb b/Library/Formula/aria2.rb index 257d093fd..efe35c62b 100644 --- a/Library/Formula/aria2.rb +++ b/Library/Formula/aria2.rb @@ -1,8 +1,8 @@  require 'formula'  class Aria2 <Formula -  url 'http://downloads.sourceforge.net/project/aria2/stable/latest/aria2-1.8.2.tar.bz2' -  md5 'ec72262dbe4b4091dfe29d08f8e4d097' +  url 'http://downloads.sourceforge.net/project/aria2/stable/latest/aria2-1.9.0.tar.bz2' +  md5 '2059bc4a3f4ed155020f0f24e62d79e0'    homepage 'http://aria2.sourceforge.net/'    def install  | 
