network/tor: Version bump.

This commit is contained in:
Marco Bonetti 2010-03-21 20:07:28 -05:00 committed by Robby Workman
parent 69a11f9fe4
commit c432c50856
3 changed files with 10 additions and 10 deletions

View file

@ -15,5 +15,5 @@ tor: IRC, SSH, and other applications that use the TCP protocol. Tor also
tor: provides a platform on which software developers can build new
tor: applications with built-in anonymity, safety, and privacy features.
tor:
tor: http://tor.eff.org/
tor: https://www.torproject.org/
tor:

4
network/tor/tor.SlackBuild Normal file → Executable file
View file

@ -2,7 +2,7 @@
#
# Slackware build script for tor
#
# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
# Copyright 2010-2011 Marco Bonetti <sid77@slackware.it>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=tor
VERSION=0.2.1.22
VERSION=0.2.1.25
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="tor"
VERSION="0.2.1.22"
HOMEPAGE="http://tor.eff.org/"
DOWNLOAD="http://www.torproject.org/dist/tor-0.2.1.22.tar.gz"
MD5SUM="583501a989ed0c39e209b604c3671ecd"
VERSION="0.2.1.25"
HOMEPAGE="https://www.torproject.org/"
DOWNLOAD="https://www.torproject.org/dist/tor-0.2.1.25.tar.gz"
MD5SUM="f58540b3c5835ac4f5de1b02bbddc703"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
APPROVED="dsomero"
MAINTAINER="Marco Bonetti"
EMAIL="sid77@slackware.it"
APPROVED="rworkman"