mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/openssl-cryptodev to 1.1.1.h-1
This commit is contained in:
parent
0abce50feb
commit
9d593c3eb2
1 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ buildarch=14
|
|||
|
||||
pkgname=openssl-cryptodev
|
||||
_pkgname=openssl
|
||||
_ver=1.1.1g
|
||||
_ver=1.1.1h
|
||||
# use a pacman compatible version scheme
|
||||
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
|
||||
pkgrel=1
|
||||
|
@ -22,14 +22,14 @@ optdepends=('ca-certificates')
|
|||
backup=('etc/ssl/openssl.cnf')
|
||||
conflicts=('openssl')
|
||||
provides=("openssl=${pkgver}")
|
||||
_cryptodevver=1.10
|
||||
_cryptodevver=1.11
|
||||
|
||||
source=("https://www.openssl.org/source/${_pkgname}-${_ver}.tar.gz"
|
||||
'ca-dir.patch'
|
||||
"https://github.com/cryptodev-linux/cryptodev-linux/archive/cryptodev-linux-${_cryptodevver}.tar.gz")
|
||||
sha256sums=('ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46'
|
||||
sha256sums=('5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9'
|
||||
'0938c8d68110768db4f350a7ec641070686904f2fe7ba630ac94399d7dc8cc5e'
|
||||
'833ab7c5c88d2b700a7c702a151254c089a3058886a63cc7d12630e364b8ea83')
|
||||
'd71fd8dafc40147586f5bc6acca8fce5088d9c576d1142fe5aeb7b0813186a11')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$_pkgname-$_ver"
|
||||
|
|
Loading…
Reference in a new issue