mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/protonvpn-cli: Updated for version 2.2.11.
Note that this project is now the community Linux client. It is no longer the official ProtonVPN Linux app. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fb3c1b7bc7
commit
e44fca2da0
4 changed files with 10 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
protonvpn-cli is the official Linux command line tool for connecting to
|
||||
protonvpn-cli is the community Linux command line tool for connecting to
|
||||
the ProtonVPN. It is a full rewrite of the original bash protonvpn-cli
|
||||
in Python, which adds more features and functionality with the purpose
|
||||
of improving readability, speed, and reliability.
|
||||
|
@ -22,5 +22,3 @@ Before uninstalling, run
|
|||
protonvpn configure
|
||||
|
||||
to purge the configuration files.
|
||||
|
||||
All dependencies must be built with Python3 support.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for protonvpn-cli
|
||||
|
||||
# Copyright 2019-2020 Erich Ritz, Scottsdale, Arizona, USA
|
||||
# Copyright 2019-2021 Erich Ritz, Jenks, Oklahoma, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=protonvpn-cli
|
||||
SRCNAM=linux-cli
|
||||
VERSION=${VERSION:-2.2.6}
|
||||
SRCNAM=linux-cli-community
|
||||
VERSION=${VERSION:-2.2.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="protonvpn-cli"
|
||||
VERSION="2.2.6"
|
||||
HOMEPAGE="https://protonvpn.com/support/linux-vpn-tool/"
|
||||
DOWNLOAD="https://github.com/ProtonVPN/linux-cli/archive/v2.2.6/linux-cli-2.2.6.tar.gz"
|
||||
MD5SUM="7163ee74df63e85359b62eace7f01bf4"
|
||||
VERSION="2.2.11"
|
||||
HOMEPAGE="https://github.com/ProtonVPN/linux-cli-community"
|
||||
DOWNLOAD="https://github.com/ProtonVPN/linux-cli-community/archive/v2.2.11/linux-cli-community-2.2.11.tar.gz"
|
||||
MD5SUM="851e340eb2f419129844cd084c9d17ec"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="docopt python3-pythondialog Jinja2"
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
protonvpn-cli: protonvpn-cli (ProtonVPN's Linux Command-Line Interface)
|
||||
protonvpn-cli:
|
||||
protonvpn-cli: Official Linux command line tool for connection to the ProtonVPN. It
|
||||
protonvpn-cli: Community Linux command line tool for connection to the ProtonVPN. It
|
||||
protonvpn-cli: is a full rewrite of the original bash protonvpn-cli in Python, which
|
||||
protonvpn-cli: adds more features and functionality with the purpose of improving
|
||||
protonvpn-cli: readability, speed, and reliability.
|
||||
protonvpn-cli:
|
||||
protonvpn-cli: Homepage: https://protonvpn.com/support/linux-vpn-tool/
|
||||
protonvpn-cli: Homepage: https://github.com/ProtonVPN/linux-cli-community
|
||||
protonvpn-cli:
|
||||
protonvpn-cli:
|
||||
protonvpn-cli:
|
||||
|
|
Loading…
Reference in a new issue