updated to 3.0.8

This commit is contained in:
pingplug 2023-03-01 15:16:16 +08:00
parent 1c8ffdc43d
commit c333769b66
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.0.7
pkgver = 3.0.8
pkgrel = 1
url = https://www.openssl.org
arch = any
@ -13,12 +13,12 @@ pkgbase = mingw-w64-openssl
options = staticlibs
options = !buildflags
options = !lto
source = https://www.openssl.org/source/openssl-3.0.7.tar.gz
source = https://www.openssl.org/source/openssl-3.0.7.tar.gz.asc
source = https://www.openssl.org/source/openssl-3.0.8.tar.gz
source = https://www.openssl.org/source/openssl-3.0.8.tar.gz.asc
validpgpkeys = 8657ABB260F056B1E5190839D9C4D26D0E604491
validpgpkeys = 7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C
validpgpkeys = A21FAB74B0088AA361152586B8EF1A6BA9DA2D5C
sha256sums = 83049d042a260e696f62406ac5c08bf706fd84383f945cf21bd61e9ed95c396e
sha256sums = 6c13d2bf38fdf31eac3ce2a347073673f5d63263398f1f69d0df4a41253e4b3e
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.0.7
_pkgver=3.0.8
_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=('83049d042a260e696f62406ac5c08bf706fd84383f945cf21bd61e9ed95c396e'
sha256sums=('6c13d2bf38fdf31eac3ce2a347073673f5d63263398f1f69d0df4a41253e4b3e'
'SKIP')
validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491'
'7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C'