[Lunar-commits] <moonbase> aria2: version bumped to 1.1.2

Florin Braescu florin at lunar-linux.org
Sun Jan 11 15:34:38 CET 2009


commit 156bd42184d9e4f6d18f882a202b412fa14e73f7
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Jan 11 16:34:38 2009 +0200

    aria2: version bumped to 1.1.2
    
    Update proposed by Claudio Sabattoli <sbarbi at eccelinux.org>.
    Thank You Claudio.
---
 zbeta/aria2/BUILD   |    4 ++--
 zbeta/aria2/DEPENDS |    8 +++++---
 zbeta/aria2/DETAILS |   15 +++++++--------
 3 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/zbeta/aria2/BUILD b/zbeta/aria2/BUILD
index 3582af1..ca6955d 100644
--- a/zbeta/aria2/BUILD
+++ b/zbeta/aria2/BUILD
@@ -1,6 +1,6 @@
 (
 
-sedit '/AuthConfig.h/ a#include <ostream>' src/AuthConfig.cc &&
-default_build
+  sedit '/AuthConfig.h/ a#include <ostream>' src/AuthConfig.cc  &&
+  default_build
 
 ) > $C_FIFO 2>&1
diff --git a/zbeta/aria2/DEPENDS b/zbeta/aria2/DEPENDS
index 6954ea7..62ad26c 100644
--- a/zbeta/aria2/DEPENDS
+++ b/zbeta/aria2/DEPENDS
@@ -1,3 +1,5 @@
-optional_depends  "%SSL"    "" ""                   "for HTTPS/BitTorrent support"
-optional_depends  "libxml2" "" "--without-libxml2"  "for Hash checking for Metalink"
-optional_depends  "c-ares"  "" "--without-libcares" "for asynchronous DNS support"
+optional_depends  "openssl"  "" "--without-openssl"   "for HTTPS/BitTorrent support"
+optional_depends  "libxml2"  "" "--without-libxml2"   "for Hash checking for Metalink"
+optional_depends  "c-ares"   "" "--without-libcares"  "for asynchronous DNS support"
+optional_depends  "zlib"     "" "--without-libz"      "for gzip, deflate in HTTP"
+optional_depends  "sqlite"   "" "--without-sqlite3"   "for Firefox3 Cookie"
diff --git a/zbeta/aria2/DETAILS b/zbeta/aria2/DETAILS
index 7021e31..c14f951 100644
--- a/zbeta/aria2/DETAILS
+++ b/zbeta/aria2/DETAILS
@@ -1,17 +1,16 @@
           MODULE=aria2
-         VERSION=0.15.1\+2
-          SOURCE=${MODULE}c-$VERSION.tar.bz2
-      SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:8fde4b656f6c858a38cc5693aeefd6d5d0f42a9c
-        WEB_SITE=http://aria2.sourceforge.net/
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}c-$VERSION
+         VERSION=1.1.2
+          SOURCE=${MODULE}-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:539325a8085e9c055d799a42c2e7925b38bc4ddb
+        WEB_SITE=http://aria2.sourceforge.net
          ENTERED=20071024
-         UPDATED=20080809
+         UPDATED=20090111
            SHORT="Commandline downloader"
 
 cat << EOF
 aria2 is a download utility with resuming and segmented downloading.
-***Supported protocols***
+Supported protocols:
   -- HTTP
   -- HTTPS
   -- FTP


More information about the Lunar-commits mailing list