network/protonvpn-cli: Updated for version 2.2.12.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
41603d289a
commit
618371be5a
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for protonvpn-cli
|
||||
|
||||
# Copyright 2019-2021 Erich Ritz, Jenks, Oklahoma, USA
|
||||
# Copyright 2019-2024 Erich Ritz, Jenks, Oklahoma, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=protonvpn-cli
|
||||
SRCNAM=linux-cli-community
|
||||
VERSION=${VERSION:-2.2.11}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.2.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="protonvpn-cli"
|
||||
VERSION="2.2.11"
|
||||
VERSION="2.2.12"
|
||||
HOMEPAGE="https://github.com/Rafficer/linux-cli-community"
|
||||
DOWNLOAD="https://github.com/Rafficer/linux-cli-community/archive/refs/tags/v2.2.11/linux-cli-community-2.2.11.tar.gz"
|
||||
MD5SUM="851e340eb2f419129844cd084c9d17ec"
|
||||
DOWNLOAD="https://github.com/Rafficer/linux-cli-community/archive/refs/tags/v2.2.12/linux-cli-community-2.2.12.tar.gz"
|
||||
MD5SUM="cd9ebf7d3767b8df2156fcbe325c5cae"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-docopt python3-pythondialog"
|
||||
|
|
|
@ -13,7 +13,7 @@ protonvpn-cli: is a full rewrite of the original bash protonvpn-cli in Python, w
|
|||
protonvpn-cli: adds more features and functionality with the purpose of improving
|
||||
protonvpn-cli: readability, speed, and reliability.
|
||||
protonvpn-cli:
|
||||
protonvpn-cli: Homepage: https://github.com/ProtonVPN/linux-cli-community
|
||||
protonvpn-cli: Homepage: https://github.com/Rafficer/linux-cli-community
|
||||
protonvpn-cli:
|
||||
protonvpn-cli:
|
||||
protonvpn-cli:
|
||||
|
|
Loading…
Reference in New Issue