network/qutebrowser: Updated for version 2.3.1.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dave Woodfall 2021-10-03 22:30:39 +01:00 committed by Willy Sudiarto Raharjo
parent d13421bfb7
commit a48fba8950
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=qutebrowser
VERSION=${VERSION:-2.2.0}
VERSION=${VERSION:-2.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="qutebrowser"
VERSION="2.2.0"
VERSION="2.3.1"
HOMEPAGE="http://qutebrowser.org/"
DOWNLOAD="https://github.com/qutebrowser/qutebrowser/releases/download/v2.2.0/qutebrowser-2.2.0.tar.gz"
MD5SUM="762d7dc0f939ee0ca54701ba233e7175"
DOWNLOAD="https://github.com/qutebrowser/qutebrowser/releases/download/v2.3.1/qutebrowser-2.3.1.tar.gz"
MD5SUM="d164776ab2f6ac36028b81081b2e4796"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-PyYAML Jinja2 python3-PyQtWebEngine python-toml importlib-resources python-zipp"