mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/tor-browser: Updated for version 11.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5af8c9e234
commit
9de4e47617
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for tor-browser
|
||||
|
||||
# Copyright 2014-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2014-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=tor-browser
|
||||
VERSION=${VERSION:-11.0.3}
|
||||
VERSION=${VERSION:-11.0.4}
|
||||
PRGLANG=${PRGLANG:-en-US}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="tor-browser"
|
||||
VERSION="11.0.3"
|
||||
VERSION="11.0.4"
|
||||
HOMEPAGE="https://www.torproject.org"
|
||||
DOWNLOAD="https://dist.torproject.org/torbrowser/11.0.3/tor-browser-linux32-11.0.3_en-US.tar.xz"
|
||||
MD5SUM="4e85957dd847e918fad4a51bc9923a61"
|
||||
DOWNLOAD_x86_64="https://dist.torproject.org/torbrowser/11.0.3/tor-browser-linux64-11.0.3_en-US.tar.xz"
|
||||
MD5SUM_x86_64="e8a02b6d51fc99e4005776e895c5f586"
|
||||
DOWNLOAD="https://dist.torproject.org/torbrowser/11.0.4/tor-browser-linux32-11.0.4_en-US.tar.xz"
|
||||
MD5SUM="8ad66356f055b6ee97504aac853f1365"
|
||||
DOWNLOAD_x86_64="https://dist.torproject.org/torbrowser/11.0.4/tor-browser-linux64-11.0.4_en-US.tar.xz"
|
||||
MD5SUM_x86_64="ef0d92396cc1d7c3ed8b34763894135b"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue