network/qutebrowser: Updated for version 2.5.2.

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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dave Woodfall 2022-06-23 01:01:59 +01:00 committed by Willy Sudiarto Raharjo
parent bf17b1bf38
commit 1b9020816c
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.4.0}
VERSION=${VERSION:-2.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="qutebrowser"
VERSION="2.4.0"
VERSION="2.5.2"
HOMEPAGE="https://qutebrowser.org/"
DOWNLOAD="https://github.com/qutebrowser/qutebrowser/releases/download/v2.4.0/qutebrowser-2.4.0.tar.gz"
MD5SUM="d1fd60ca870f47d5a0691eb797131baa"
DOWNLOAD="https://github.com/qutebrowser/qutebrowser/releases/download/v2.5.2/qutebrowser-2.5.2.tar.gz"
MD5SUM="e8ccef1a3bf52dec925694fd1f7be5a7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-PyQtWebEngine"