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>
This commit is contained in:
parent
fdd63fd480
commit
24d999b82a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue