mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/tor-browser: Updated for version 13.0.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f7ae11f552
commit
b33cdef0d9
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.10}
|
||||
VERSION=${VERSION:-13.0.11}
|
||||
PRGLANG=${PRGLANG:-ALL}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="tor-browser"
|
||||
VERSION="13.0.10"
|
||||
VERSION="13.0.11"
|
||||
HOMEPAGE="https://www.torproject.org"
|
||||
DOWNLOAD="https://dist.torproject.org/torbrowser/13.0.10/tor-browser-linux-i686-13.0.10.tar.xz"
|
||||
MD5SUM="3d36488f4e856abd4a9e049176ccbdbb"
|
||||
DOWNLOAD_x86_64="https://www.torproject.org/dist/torbrowser/13.0.10/tor-browser-linux-x86_64-13.0.10.tar.xz"
|
||||
MD5SUM_x86_64="4fec0eafeada6f4ce63913efbe80eefe"
|
||||
DOWNLOAD="https://dist.torproject.org/torbrowser/13.0.11/tor-browser-linux-i686-13.0.11.tar.xz"
|
||||
MD5SUM="bdc79d81e27b701249b486fec44991e0"
|
||||
DOWNLOAD_x86_64="https://www.torproject.org/dist/torbrowser/13.0.11/tor-browser-linux-x86_64-13.0.11.tar.xz"
|
||||
MD5SUM_x86_64="cce4c4d3a4c1149c6c76b6ab02f4e0f4"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue