mirror of
https://github.com/archlinux/aur.git
synced 2026-02-18 10:22:43 +01:00
Updated to 1.1.1.d
This commit is contained in:
parent
361a5384f4
commit
a7dc5897f1
2 changed files with 10 additions and 7 deletions
9
.SRCINFO
9
.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 = 1.1.1.c
|
||||
pkgver = 1.1.1.d
|
||||
pkgrel = 1
|
||||
url = https://www.openssl.org
|
||||
arch = any
|
||||
|
|
@ -11,10 +11,11 @@ pkgbase = mingw-w64-openssl
|
|||
options = !strip
|
||||
options = staticlibs
|
||||
options = !buildflags
|
||||
source = https://www.openssl.org/source/openssl-1.1.1c.tar.gz
|
||||
source = https://www.openssl.org/source/openssl-1.1.1c.tar.gz.asc
|
||||
source = https://www.openssl.org/source/openssl-1.1.1d.tar.gz
|
||||
source = https://www.openssl.org/source/openssl-1.1.1d.tar.gz.asc
|
||||
validpgpkeys = 7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C
|
||||
sha256sums = f6fb3079ad15076154eda9413fed42877d668e7069d9b87396d0804fdb3f4c90
|
||||
validpgpkeys = 8657ABB260F056B1E5190839D9C4D26D0E604491
|
||||
sha256sums = 1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = mingw-w64-openssl
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
# Contributor: ant32 < antreimer at gmail dot com >
|
||||
# Contributor: Filip Brcic < brcha at gna dot org >
|
||||
|
||||
_pkgver=1.1.1c
|
||||
_pkgver=1.1.1d
|
||||
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
|
||||
|
||||
pkgname=mingw-w64-openssl
|
||||
|
|
@ -18,9 +18,11 @@ makedepends=('mingw-w64-gcc'
|
|||
'perl')
|
||||
options=('!strip' 'staticlibs' '!buildflags')
|
||||
source=("https://www.openssl.org/source/openssl-${_pkgver}.tar.gz"{,.asc})
|
||||
sha256sums=('f6fb3079ad15076154eda9413fed42877d668e7069d9b87396d0804fdb3f4c90'
|
||||
sha256sums=('1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2'
|
||||
'SKIP')
|
||||
validpgpkeys=('7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C') # Richard Levitte <levitte@openssl.org>
|
||||
validpgpkeys=('7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C' # Richard Levitte <levitte@openssl.org>
|
||||
'8657ABB260F056B1E5190839D9C4D26D0E604491' # Matt Caswell <matt@openssl.org>
|
||||
)
|
||||
|
||||
prepare() {
|
||||
cd openssl-${_pkgver}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue