mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
network/tor-browser: Updated for version 9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3513e37ecf
commit
4f89f46fbd
3 changed files with 7 additions and 7 deletions
|
@ -8,4 +8,4 @@ If you want to build other language, eg. France, download the
|
|||
appropriate source and run :
|
||||
PRGLANG=fr ./tor-browser.SlackBuild
|
||||
|
||||
Tor Browser 8.x is based on Firefox 60-ESR Release
|
||||
Tor Browser 9.x is based on Firefox 68.2-ESR Release
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=tor-browser
|
||||
VERSION=${VERSION:-8.5.5}
|
||||
VERSION=${VERSION:-9.0}
|
||||
PRGLANG=${PRGLANG:-en-US}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="tor-browser"
|
||||
VERSION="8.5.5"
|
||||
VERSION="9.0"
|
||||
HOMEPAGE="https://www.torproject.org"
|
||||
DOWNLOAD="https://dist.torproject.org/torbrowser/8.5.5/tor-browser-linux32-8.5.5_en-US.tar.xz"
|
||||
MD5SUM="6c6efa7eaf6ef69970cc9e620703cb67"
|
||||
DOWNLOAD_x86_64="https://dist.torproject.org/torbrowser/8.5.5/tor-browser-linux64-8.5.5_en-US.tar.xz"
|
||||
MD5SUM_x86_64="a592da7082247b438e22c125b72d3339"
|
||||
DOWNLOAD="https://dist.torproject.org/torbrowser/9.0/tor-browser-linux32-9.0_en-US.tar.xz"
|
||||
MD5SUM="1aab682e5c592f9b14907363999dbbfa"
|
||||
DOWNLOAD_x86_64="https://dist.torproject.org/torbrowser/9.0/tor-browser-linux64-9.0_en-US.tar.xz"
|
||||
MD5SUM_x86_64="663cc28f618ca6907a0b00847661c36f"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue