mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/tor: Version bump.
This commit is contained in:
parent
69a11f9fe4
commit
c432c50856
3 changed files with 10 additions and 10 deletions
|
@ -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: provides a platform on which software developers can build new
|
||||||
tor: applications with built-in anonymity, safety, and privacy features.
|
tor: applications with built-in anonymity, safety, and privacy features.
|
||||||
tor:
|
tor:
|
||||||
tor: http://tor.eff.org/
|
tor: https://www.torproject.org/
|
||||||
tor:
|
tor:
|
||||||
|
|
4
network/tor/tor.SlackBuild
Normal file → Executable file
4
network/tor/tor.SlackBuild
Normal file → Executable file
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Slackware build script for tor
|
# Slackware build script for tor
|
||||||
#
|
#
|
||||||
# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
|
# Copyright 2010-2011 Marco Bonetti <sid77@slackware.it>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=tor
|
PRGNAM=tor
|
||||||
VERSION=0.2.1.22
|
VERSION=0.2.1.25
|
||||||
ARCH=${ARCH:-i486}
|
ARCH=${ARCH:-i486}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="tor"
|
PRGNAM="tor"
|
||||||
VERSION="0.2.1.22"
|
VERSION="0.2.1.25"
|
||||||
HOMEPAGE="http://tor.eff.org/"
|
HOMEPAGE="https://www.torproject.org/"
|
||||||
DOWNLOAD="http://www.torproject.org/dist/tor-0.2.1.22.tar.gz"
|
DOWNLOAD="https://www.torproject.org/dist/tor-0.2.1.25.tar.gz"
|
||||||
MD5SUM="583501a989ed0c39e209b604c3671ecd"
|
MD5SUM="f58540b3c5835ac4f5de1b02bbddc703"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Erik Hanson"
|
MAINTAINER="Marco Bonetti"
|
||||||
EMAIL="erik@slackbuilds.org"
|
EMAIL="sid77@slackware.it"
|
||||||
APPROVED="dsomero"
|
APPROVED="rworkman"
|
||||||
|
|
Loading…
Reference in a new issue