mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/openssl-cryptodev to 1.1.1.q-1
This commit is contained in:
parent
727841296d
commit
74028a1116
1 changed files with 3 additions and 5 deletions
|
@ -5,16 +5,14 @@
|
|||
# Oleg Rakhmanov <oleg@archlinuxarm.org>
|
||||
# - cryptodev enabled version
|
||||
|
||||
buildarch=14
|
||||
|
||||
pkgname=openssl-cryptodev
|
||||
_pkgname=openssl
|
||||
_ver=1.1.1n
|
||||
_ver=1.1.1q
|
||||
# use a pacman compatible version scheme
|
||||
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
|
||||
pkgrel=1
|
||||
pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security with cryptodev support'
|
||||
arch=('arm' 'armv7h' 'aarch64')
|
||||
arch=('armv7h' 'aarch64')
|
||||
url='https://www.openssl.org'
|
||||
license=('custom:BSD')
|
||||
depends=('glibc')
|
||||
|
@ -29,7 +27,7 @@ _cryptodevver=1.12
|
|||
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=('40dceb51a4f6a5275bde0e6bf20ef4b91bfc32ed57c0552e2e8e15463372b17a'
|
||||
sha256sums=('d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca'
|
||||
'75aa8c2c638c8a3ebfd9fa146fc61c7ff878fc997dc6aa10d39e4b2415d669b2'
|
||||
'f51c2254749233b1b1d7ec9445158bd709f124f88e1c650fe2faac83c3a81938')
|
||||
|
||||
|
|
Loading…
Reference in a new issue