updated to 3.3.1

This commit is contained in:
pingplug 2024-06-06 15:14:25 +08:00
parent db75654774
commit 80d463d29f
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = mingw-w64-openssl
pkgdesc = The Open Source toolkit for Secure Sockets Layer and Transport Layer Security (mingw-w64)
pkgver = 3.3.0
pkgver = 3.3.1
pkgrel = 1
url = https://www.openssl.org
arch = any
@ -13,13 +13,13 @@ pkgbase = mingw-w64-openssl
options = staticlibs
options = !buildflags
options = !lto
source = https://www.openssl.org/source/openssl-3.3.0.tar.gz
source = https://www.openssl.org/source/openssl-3.3.0.tar.gz.asc
source = https://www.openssl.org/source/openssl-3.3.1.tar.gz
source = https://www.openssl.org/source/openssl-3.3.1.tar.gz.asc
validpgpkeys = 8657ABB260F056B1E5190839D9C4D26D0E604491
validpgpkeys = 7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C
validpgpkeys = A21FAB74B0088AA361152586B8EF1A6BA9DA2D5C
validpgpkeys = EFC0A467D613CB83C7ED6D30D894E2CE8B3D79F5
sha256sums = 53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02
sha256sums = 777cd596284c883375a2a7a11bf5d2786fc5413255efab20c50d6ffe6d020b7e
sha256sums = SKIP
pkgname = mingw-w64-openssl

View file

@ -4,7 +4,7 @@
# Contributor: Filip Brcic < brcha at gna dot org >
# Contributor: Martchus < martchus at gmx dot net >
_pkgver=3.3.0
_pkgver=3.3.1
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-openssl
@ -20,7 +20,7 @@ makedepends=('mingw-w64-gcc'
'perl')
options=('!strip' 'staticlibs' '!buildflags' '!lto')
source=("https://www.openssl.org/source/openssl-${_pkgver}.tar.gz"{,.asc})
sha256sums=('53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02'
sha256sums=('777cd596284c883375a2a7a11bf5d2786fc5413255efab20c50d6ffe6d020b7e'
'SKIP')
validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491'
'7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C'