mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/tor-browser: Updated for version 13.0.14.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
12fdb94c2e
commit
b17356d567
2 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=tor-browser
|
||||
VERSION=${VERSION:-13.0.13}
|
||||
VERSION=${VERSION:-13.0.14}
|
||||
PRGLANG=${PRGLANG:-ALL}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="tor-browser"
|
||||
VERSION="13.0.13"
|
||||
VERSION="13.0.14"
|
||||
HOMEPAGE="https://www.torproject.org"
|
||||
DOWNLOAD="https://dist.torproject.org/torbrowser/13.0.13/tor-browser-linux-i686-13.0.13.tar.xz"
|
||||
MD5SUM="cd5e586ee526a02e6d05b939ed499ac2"
|
||||
DOWNLOAD_x86_64="https://www.torproject.org/dist/torbrowser/13.0.13/tor-browser-linux-x86_64-13.0.13.tar.xz"
|
||||
MD5SUM_x86_64="a37b89be94cdf5116f17e1c9cf5f613d"
|
||||
DOWNLOAD="https://dist.torproject.org/torbrowser/13.0.14/tor-browser-linux-i686-13.0.14.tar.xz"
|
||||
MD5SUM="71433c289914ae1b155751a63a29a1d5"
|
||||
DOWNLOAD_x86_64="https://www.torproject.org/dist/torbrowser/13.0.14/tor-browser-linux-x86_64-13.0.14.tar.xz"
|
||||
MD5SUM_x86_64="8d42e9e03a4684b3dd7aef39bb22a20c"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue