mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/tor-browser: Updated for version 6.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f126d11536
commit
d2677370ab
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for tor-browser
|
||||
|
||||
# Copyright 2014-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# 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-browser
|
||||
VERSION=${VERSION:-6.0.8}
|
||||
VERSION=${VERSION:-6.5}
|
||||
PRGLANG=${PRGLANG:-en-US}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="tor-browser"
|
||||
VERSION="6.0.8"
|
||||
VERSION="6.5"
|
||||
HOMEPAGE="https://www.torproject.org"
|
||||
DOWNLOAD="https://dist.torproject.org/torbrowser/6.0.8/tor-browser-linux32-6.0.8_en-US.tar.xz"
|
||||
MD5SUM="dd0923cd8a09ce4ef52d6ea77df287d4"
|
||||
DOWNLOAD_x86_64="https://dist.torproject.org/torbrowser/6.0.8/tor-browser-linux64-6.0.8_en-US.tar.xz"
|
||||
MD5SUM_x86_64="fda4aeaf04fc419d005b9e3a3b1910ef"
|
||||
DOWNLOAD="https://dist.torproject.org/torbrowser/6.5/tor-browser-linux32-6.5_en-US.tar.xz"
|
||||
MD5SUM="b85b448cc45c2e6b12a6fe8463f0048e"
|
||||
DOWNLOAD_x86_64="https://dist.torproject.org/torbrowser/6.5/tor-browser-linux64-6.5_en-US.tar.xz"
|
||||
MD5SUM_x86_64="0632ce370a3afef296745ee2ba7b649a"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue