[Lunar-commits] r15760 - moonbase/trunk/distributed/BitTorrent

Jan Eidtmann cmak at lunar-linux.org
Fri Jul 15 13:00:39 UTC 2005


Author: cmak
Date: 2005-07-15 13:00:38 +0000 (Fri, 15 Jul 2005)
New Revision: 15760

Modified:
   moonbase/trunk/distributed/BitTorrent/BUILD
   moonbase/trunk/distributed/BitTorrent/DETAILS
Log:
new version and download hack added! he-he

Modified: moonbase/trunk/distributed/BitTorrent/BUILD
===================================================================
--- moonbase/trunk/distributed/BitTorrent/BUILD	2005-07-15 11:48:22 UTC (rev 15759)
+++ moonbase/trunk/distributed/BitTorrent/BUILD	2005-07-15 13:00:38 UTC (rev 15760)
@@ -1,6 +1,8 @@
 ( 
 
  prepare_install  &&
+ # allow more than 3 simultaneous downloads! :-)
+ sedit "s/= 3 #/= 6 #/" BitTorrent/TorrentQueue.py &&
  python setup.py install
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/distributed/BitTorrent/DETAILS
===================================================================
--- moonbase/trunk/distributed/BitTorrent/DETAILS	2005-07-15 11:48:22 UTC (rev 15759)
+++ moonbase/trunk/distributed/BitTorrent/DETAILS	2005-07-15 13:00:38 UTC (rev 15760)
@@ -1,11 +1,11 @@
           MODULE=BitTorrent
-         VERSION=4.1.2
+         VERSION=4.1.3
           SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://www.bittorrent.com/dl/
-     SOURCE_VFY=sha1:711b36a46dab494c3a906ecf8231bf9ef242ab87
+     SOURCE_VFY=sha1:b7fd6de13dfbf6be74d2621b8066e11c4d34777d
        WEB_SITE=http://www.bittorrent.com/
          ENTERED=20020708
-         UPDATED=20050712
+         UPDATED=20050715
            SHORT="BitTorrent is a distributed server/client for data transfer"
 
 cat << EOF



More information about the Lunar-commits mailing list