mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-29 00:25:25 +00:00
core/openssl-cryptodev to 1.1.1.b-1.2
This commit is contained in:
parent
5bc116eb3f
commit
e5ad3b1aff
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ _pkgname=openssl
|
|||
_ver=1.1.1b
|
||||
# use a pacman compatible version scheme
|
||||
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
|
||||
pkgrel=1.1
|
||||
pkgrel=1.2
|
||||
pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
|
||||
arch=('arm' 'armv7h')
|
||||
url='https://www.openssl.org'
|
||||
|
@ -22,14 +22,14 @@ optdepends=('ca-certificates')
|
|||
backup=('etc/ssl/openssl.cnf')
|
||||
conflicts=('openssl')
|
||||
provides=("openssl=${pkgver}")
|
||||
_cryptodevver=1.9
|
||||
_cryptodevver=1.10
|
||||
|
||||
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=('5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b'
|
||||
'0938c8d68110768db4f350a7ec641070686904f2fe7ba630ac94399d7dc8cc5e'
|
||||
'31c78b0e31f43007ff860ab67262a4e3d68979e90f69c4b3da4686dd4be68971')
|
||||
'833ab7c5c88d2b700a7c702a151254c089a3058886a63cc7d12630e364b8ea83')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$_pkgname-$_ver"
|
||||
|
|
Loading…
Reference in a new issue