mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/tixati: Updated for version 2.48_1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
ab42330e14
commit
b2c7e4665d
3 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
Tixati is a peer-to-peer file sharing program that uses the popular
|
||||
BitTorrent protocol. This protocol allows many peers to form a
|
||||
cooperative swarm and download very large files with great
|
||||
Tixati is a peer-to-peer file sharing program that uses the popular
|
||||
BitTorrent protocol. This protocol allows many peers to form a
|
||||
cooperative swarm and download very large files with great
|
||||
efficiency.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=tixati
|
||||
VERSION=${VERSION:-2.47_1}
|
||||
VERSION=${VERSION:-2.48_1}
|
||||
SRCVER=$(echo $VERSION | tr _ -)
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="tixati"
|
||||
VERSION="2.47_1"
|
||||
VERSION="2.48_1"
|
||||
HOMEPAGE="http://www.tixati.com/"
|
||||
DOWNLOAD="http://www.tixati.com/download/tixati-2.47-1.i686.manualinstall.tar.gz"
|
||||
MD5SUM="dd75a1f995f4cc0bfb7bb61a0027b374"
|
||||
DOWNLOAD_x86_64="http://www.tixati.com/download/tixati-2.47-1.x86_64.manualinstall.tar.gz"
|
||||
MD5SUM_x86_64="dd75a1f995f4cc0bfb7bb61a0027b374"
|
||||
DOWNLOAD="http://www.tixati.com/download/tixati-2.48-1.i686.manualinstall.tar.gz"
|
||||
MD5SUM="d0d76f8a751ddce6403c5c868d96f5c0"
|
||||
DOWNLOAD_x86_64="http://www.tixati.com/download/tixati-2.48-1.x86_64.manualinstall.tar.gz"
|
||||
MD5SUM_x86_64="cc92dc36bef2e5ac3186e7cd38594fbe"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue