mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/openssl-cryptodev to 1.1.1.a-1
This commit is contained in:
parent
ba0e57427e
commit
aea5261fa4
1 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
|
@ -10,7 +9,7 @@ buildarch=6
|
|||
|
||||
pkgname=openssl-cryptodev
|
||||
_pkgname=openssl
|
||||
_ver=1.1.1
|
||||
_ver=1.1.1a
|
||||
# use a pacman compatible version scheme
|
||||
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
|
||||
pkgrel=1
|
||||
|
@ -28,9 +27,9 @@ _cryptodevver=1.9
|
|||
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")
|
||||
md5sums=('7079eb017429e0ffb9efb42bf80ccb21'
|
||||
'182ad163458781ed9bd4b342c5724ece'
|
||||
'e5aacd2293cea9c94f71ca2e0b4dea57')
|
||||
sha256sums=('fc20130f8b7cbd2fb918b2f14e2f429e109c31ddd0fb38fc5d71d9ffed3f9f41'
|
||||
'0938c8d68110768db4f350a7ec641070686904f2fe7ba630ac94399d7dc8cc5e'
|
||||
'31c78b0e31f43007ff860ab67262a4e3d68979e90f69c4b3da4686dd4be68971')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$_pkgname-$_ver"
|
||||
|
|
Loading…
Reference in a new issue