mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/openssl-cryptodev to 1.1.1.m-1
This commit is contained in:
parent
792d256613
commit
13181d2c0e
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - set ARM architecture targets
|
# - set ARM architecture targets
|
||||||
# Oleg Rakhmanov <oleg@archlinuxarm.org>
|
# Oleg Rakhmanov <oleg@archlinuxarm.org>
|
||||||
# - cryptodev enabled version
|
# - cryptodev enabled version
|
||||||
|
|
||||||
buildarch=14
|
buildarch=14
|
||||||
|
|
||||||
pkgname=openssl-cryptodev
|
pkgname=openssl-cryptodev
|
||||||
_pkgname=openssl
|
_pkgname=openssl
|
||||||
_ver=1.1.1l
|
_ver=1.1.1m
|
||||||
# use a pacman compatible version scheme
|
# use a pacman compatible version scheme
|
||||||
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
|
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
|
@ -29,7 +29,7 @@ _cryptodevver=1.12
|
||||||
source=("https://www.openssl.org/source/${_pkgname}-${_ver}.tar.gz"
|
source=("https://www.openssl.org/source/${_pkgname}-${_ver}.tar.gz"
|
||||||
'ca-dir.patch'
|
'ca-dir.patch'
|
||||||
"https://github.com/cryptodev-linux/cryptodev-linux/archive/cryptodev-linux-${_cryptodevver}.tar.gz")
|
"https://github.com/cryptodev-linux/cryptodev-linux/archive/cryptodev-linux-${_cryptodevver}.tar.gz")
|
||||||
sha256sums=('0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1'
|
sha256sums=('f89199be8b23ca45fc7cb9f1d8d3ee67312318286ad030f5316aca6462db6c96'
|
||||||
'75aa8c2c638c8a3ebfd9fa146fc61c7ff878fc997dc6aa10d39e4b2415d669b2'
|
'75aa8c2c638c8a3ebfd9fa146fc61c7ff878fc997dc6aa10d39e4b2415d669b2'
|
||||||
'f51c2254749233b1b1d7ec9445158bd709f124f88e1c650fe2faac83c3a81938')
|
'f51c2254749233b1b1d7ec9445158bd709f124f88e1c650fe2faac83c3a81938')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue