mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/tor-browser: Updated for version 7.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
100d250dfe
commit
b77138b5d0
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for tor-browser
|
||||
|
||||
# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2014-2018 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:-7.0.11}
|
||||
VERSION=${VERSION:-7.5}
|
||||
PRGLANG=${PRGLANG:-en-US}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="tor-browser"
|
||||
VERSION="7.0.11"
|
||||
VERSION="7.5"
|
||||
HOMEPAGE="https://www.torproject.org"
|
||||
DOWNLOAD="https://dist.torproject.org/torbrowser/7.0.11/tor-browser-linux32-7.0.11_en-US.tar.xz"
|
||||
MD5SUM="87e833b61ca04c3f8aad3b156aa9cbb9"
|
||||
DOWNLOAD_x86_64="https://dist.torproject.org/torbrowser/7.0.11/tor-browser-linux64-7.0.11_en-US.tar.xz"
|
||||
MD5SUM_x86_64="5005172a2e229042374ce6b0a55cf43c"
|
||||
DOWNLOAD="https://dist.torproject.org/torbrowser/7.5/tor-browser-linux32-7.5_en-US.tar.xz"
|
||||
MD5SUM="f07810a31b2e2fffa4ba3e2fa58045a0"
|
||||
DOWNLOAD_x86_64="https://dist.torproject.org/torbrowser/7.5/tor-browser-linux64-7.5_en-US.tar.xz"
|
||||
MD5SUM_x86_64="61df5c68f34c4a28fcb8f164a24f2fa7"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue