[Lunar-commits] <moonbase> Subject: BitTorrent: added secondary download url

Duncan Gibson engelsman at lunar-linux.org
Sat Sep 5 20:14:46 CEST 2009


commit 84a4808e10d2a71fedf2b5370a18c9f5f554bf17
Author: Duncan Gibson <duncan.gibson at xs4all.nl>
Date:   Sat Sep 5 20:14:46 2009 +0200

    Subject: BitTorrent: added secondary download url
    
    this [old!] version failed to download during an 'lget -a' sweep,
    so I added a secondary download url for this version only. However,
    newer versions are available, but download link only seems to take
    you to prebuild packages. I could have just missed the source, luke.
    
    This [old!] version probably also needs to have wxPython installed
    for the full GUI experience, but the curses version appears to work.
    
    No version or install changes, so UPDATED is unchanged - engelsman
---
 distributed/BitTorrent/DETAILS |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/distributed/BitTorrent/DETAILS b/distributed/BitTorrent/DETAILS
index daa26e7..040ba3a 100644
--- a/distributed/BitTorrent/DETAILS
+++ b/distributed/BitTorrent/DETAILS
@@ -1,8 +1,9 @@
           MODULE=BitTorrent
          VERSION=5.0.9
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://download.bittorrent.com/dl/
-      SOURCE_VFY=sha1:9f1b9b66736dac204b19bc5dc13f3dd10158c89c
+   SOURCE_URL[0]=http://download.bittorrent.com/dl/
+   SOURCE_URL[1]=http://download.bittorrent.com/dl/archive/
+      SOURCE_VFY=sha1:066e40ded194bd75c633f681df1febe20ccca8ad
         WEB_SITE=http://www.bittorrent.com/
          ENTERED=20020708
          UPDATED=20070812


More information about the Lunar-commits mailing list