mirror of
https://github.com/archlinux/aur.git
synced 2026-02-17 17:52:50 +01:00
Update to 3.5.1
This commit is contained in:
parent
2d807a371f
commit
4459024aef
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -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.5.0
|
||||
pkgver = 3.5.1
|
||||
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://github.com/openssl/openssl/releases/download/openssl-3.5.0/openssl-3.5.0.tar.gz
|
||||
source = https://github.com/openssl/openssl/releases/download/openssl-3.5.0/openssl-3.5.0.tar.gz.asc
|
||||
source = https://github.com/openssl/openssl/releases/download/openssl-3.5.1/openssl-3.5.1.tar.gz
|
||||
source = https://github.com/openssl/openssl/releases/download/openssl-3.5.1/openssl-3.5.1.tar.gz.asc
|
||||
source = https://raw.githubusercontent.com/msys2/MINGW-packages/refs/heads/master/mingw-w64-openssl/001-support-aarch64.patch
|
||||
validpgpkeys = EFC0A467D613CB83C7ED6D30D894E2CE8B3D79F5
|
||||
validpgpkeys = BA5473A2B0587B07FB27CF2D216094DFD0CB81EF
|
||||
sha256sums = 344d0a79f1a9b08029b0744e2cc401a43f9c90acd1044d09a530b4885a8e9fc0
|
||||
sha256sums = 529043b15cffa5f36077a4d0af83f3de399807181d607441d734196d889b641f
|
||||
sha256sums = SKIP
|
||||
sha256sums = 21b96771b401442570e885c2d5689a359a91e86dcbf5511db3667202b6c1fa8a
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -4,7 +4,7 @@
|
|||
# Contributor: Filip Brcic < brcha at gna dot org >
|
||||
# Contributor: Martchus < martchus at gmx dot net >
|
||||
|
||||
_pkgver=3.5.0
|
||||
_pkgver=3.5.1
|
||||
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
|
||||
|
||||
pkgname=mingw-w64-openssl
|
||||
|
|
@ -21,7 +21,7 @@ makedepends=('mingw-w64-gcc'
|
|||
options=('!strip' 'staticlibs' '!buildflags' '!lto')
|
||||
source=("https://github.com/openssl/openssl/releases/download/openssl-${pkgver}/openssl-${pkgver}.tar.gz"{,.asc}
|
||||
https://raw.githubusercontent.com/msys2/MINGW-packages/refs/heads/master/mingw-w64-openssl/001-support-aarch64.patch)
|
||||
sha256sums=('344d0a79f1a9b08029b0744e2cc401a43f9c90acd1044d09a530b4885a8e9fc0'
|
||||
sha256sums=('529043b15cffa5f36077a4d0af83f3de399807181d607441d734196d889b641f'
|
||||
'SKIP'
|
||||
'21b96771b401442570e885c2d5689a359a91e86dcbf5511db3667202b6c1fa8a')
|
||||
validpgpkeys=('EFC0A467D613CB83C7ED6D30D894E2CE8B3D79F5'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue