network/qutebrowser-bin: Updated OpenSSL bundled library.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2023-11-09 21:20:54 +07:00 committed by Willy Sudiarto Raharjo
parent 3fd7233381
commit a6d9389555
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View File

@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=qutebrowser-bin
VERSION=${VERSION:-3.0.2}
SSLVERSION=${SSLVERSION:-3.1.3}
BUILD=${BUILD:-1}
SSLVERSION=${SSLVERSION:-3.1.4}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -20,8 +20,8 @@ DOWNLOAD_x86_64="https://github.com/qutebrowser/qutebrowser/archive/v3.0.2/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/8c/08/d3006317aefe25ea79d3b76c9650afabaf6d63d1c8443b236e7405447503/zipp-3.16.2-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.1.3.tar.gz \
https://github.com/mozilla/pdf.js/releases/download/v3.11.174/pdfjs-3.11.174-dist.zip"
https://www.openssl.org/source/openssl-3.1.4.tar.gz \
https://github.com/mozilla/pdf.js/releases/download/v4.0.189/pdfjs-4.0.189-dist.zip"
MD5SUM_x86_64="fa8aa7016a33d01c685482cd2e57e85c \
41b6ff55d99f12e07fc084619944ebb2 \
16da4a8ea7ee7f56bc567756658712d1 \
@ -39,8 +39,8 @@ MD5SUM_x86_64="fa8aa7016a33d01c685482cd2e57e85c \
4d6e421811f9057f61344a07257dbc26 \
4145fd62be41c39ea8d127e63b171f72 \
d47ea986a8945257f0f54e92455d198f \
ece430df6d3158913df0950cc70ea2b2 \
dd961cd4934c8b0dd114f931463c9606"
653ad58812c751b887e8ec37e02bba70 \
6691ea27c057e3d8aed27c0c626579a0"
REQUIRES="qt6"
MAINTAINER="Alexander Verbovetsky"
EMAIL="alik@ejik.org"