network/qutebrowser-bin: Update components.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2024-02-02 08:14:25 +07:00 committed by Willy Sudiarto Raharjo
parent 7008125405
commit 10a8e7ec97
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for qutebrowser-bin
# Copyright 2019-2023, Alexander Verbovetsky, Moscow, Russia
# Copyright 2019-2024, Alexander Verbovetsky, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=qutebrowser-bin
VERSION=${VERSION:-3.1.0}
SSLVERSION=${SSLVERSION:-3.2.0}
BUILD=${BUILD:-3}
SSLVERSION=${SSLVERSION:-3.2.1}
BUILD=${BUILD:-4}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -20,8 +20,8 @@ DOWNLOAD_x86_64="https://github.com/qutebrowser/qutebrowser/archive/v3.1.0/quteb
https://files.pythonhosted.org/packages/7d/39/472f2554a0f1e825bd7c5afc11c817cd7a2f3657460f7159f691fbb37c51/PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl \
https://files.pythonhosted.org/packages/d9/66/48866fc6b158c81cc2bfecc04c480f105c6040e8b077bc54c634b4a67926/zipp-3.17.0-py3-none-any.whl \
https://files.pythonhosted.org/packages/ff/1d/8f96eb0ce05f20e5d0722a3e910627a26a382c81f40c7292faa91545e43f/asciidoc-10.2.0-py2.py3-none-any.whl \
https://www.openssl.org/source/openssl-3.2.0.tar.gz \
https://github.com/mozilla/pdf.js/releases/download/v4.0.269/pdfjs-4.0.269-dist.zip"
https://www.openssl.org/source/openssl-3.2.1.tar.gz \
https://github.com/mozilla/pdf.js/releases/download/v4.0.379/pdfjs-4.0.379-dist.zip"
MD5SUM_x86_64="a4613158902f61af23c2b38f1ad427aa \
5d2d058044a3ae2800d18e358ddc72ca \
f096ed836f4036a11aa277fa16dc09ff \
@ -39,8 +39,8 @@ MD5SUM_x86_64="a4613158902f61af23c2b38f1ad427aa \
4d6e421811f9057f61344a07257dbc26 \
d93f0b8485000b37800a6de09ed6c1cb \
d47ea986a8945257f0f54e92455d198f \
7903549a14abebc5c323ce4e85f2cbb2 \
74602b75dfe3b1b0f2da59a8a29db15f"
c239213887804ba00654884918b37441 \
0e74e78c467097afeb1ddafbc290a05a"
REQUIRES="qt6"
MAINTAINER="Alexander Verbovetsky"
EMAIL="alik@ejik.org"