aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/aria2.rb
AgeCommit message (Collapse)Author
2013-05-29aria2 1.17.1antbryan
Closes #19392. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-24aria2 1.16.5Jack Nagel
2013-03-24aria2 1.16.4Stian Eikeland
Closes #18696. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-01aria2: add recommended dep on curl-ca-bundlenoe111
Closes #17985. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-05Aria2 1.16.3Stian Eikeland
Closes #17614. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-30Aria2 1.16.1Stian Eikeland
Bumped aria2 to 1.16.1 Closes #16803. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-14aria2: depends on gnutlsAdam Vandenberg
Closes #16528.
2012-12-11aria2 1.16.0antbryan
Closes #16518. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-09-12aria2 1.15.2Stian Eikeland
Closes #14868. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-30aria2 1.15.1Stian Eikeland
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-15aria2: 1.15.0Stian Eikeland
[jn: Clang issues were fixed upstream, so remove fails_with block] Closes #11661. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-07aria2: fails with clangJack Nagel
Fixes #11501. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-14aria2: Use a newer version of libxml2 on LeopardRogério Brito
Closes #10940. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-05Aria2 1.14.2Adam Vandenberg
2012-02-24aria2 1.14.1toki
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-04aria2 1.12.1Alexis Hildebrandt
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-07-29aria2 1.12.0Ruben Fonseca
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-28aria2 1.11.1Alexis Hildebrandt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-01-10Update aria2 to 1.10.9.Ali Asad Lotia
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-20Update aria2 to 1.10.8.Ali Asad Lotia
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-02Update Formula: aria2 to 1.10.6Alexis Hildebrandt
Signed-off-by: Adam Vandenberg <flangy@gmail.com> Fixes #3034
2010-08-08Update Formula: aria2Alexis Hildebrandt
Version bump to 1.10.0 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-16Add "fails_with_llvm" to formula to document LLVM build breaks.Adam Vandenberg
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm", to specifically message to the user when a formula is known or suspected to not build with LLVM. If the user specifies "--use-llvm", the message will be displayed, but compilation will be tried anyway. Since using LLVM is now an advanced/hidden feature instead of the default on 10.6, we'll let the user try anyway (and submit patches if things are now working.)
2010-06-05Update aria2 to 1.9.4Adam Vandenberg
2010-05-10Aria 2 1.9.3, possibly more stable URL.Adam Vandenberg
2010-04-28Fixes #1235David Höppner
2010-03-24Updated aria2 to 1.9.0.Ali Asad Lotia
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>
2010-02-11Update Aria2 to 1.8.2; use GCC.Adam Vandenberg
2010-02-11Changed URL and md5 sum of aria2 formulaAbhinay Omkar
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-10-23Updated URL and MD5 for aria2 (1.6.2)James Whitehead II
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-14Aria2 formulaJames Whitehead II
aria2 is a multi-protocol & multi-source, cross platform download utility. The supported protocols are HTTP(S), FTP, BitTorrent (DHT, PEX, MSE/PE and WEB-Seeding), and Metalink.