mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/openssl to 1.0.2.h-1
This commit is contained in:
parent
1cda2eb5be
commit
81477ec3f8
1 changed files with 3 additions and 3 deletions
|
@ -5,11 +5,11 @@
|
|||
# - set ARM architecture targets
|
||||
|
||||
pkgname=openssl
|
||||
_ver=1.0.2g
|
||||
_ver=1.0.2h
|
||||
# use a pacman compatible version scheme
|
||||
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
|
||||
#pkgver=$_ver
|
||||
pkgrel=3
|
||||
pkgrel=1
|
||||
pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://www.openssl.org'
|
||||
|
@ -23,7 +23,7 @@ source=("https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz"
|
|||
'no-rpath.patch'
|
||||
'ssl3-test-failure.patch'
|
||||
'ca-dir.patch')
|
||||
md5sums=('f3c710c045cdee5fd114feb69feba7aa'
|
||||
md5sums=('9392e65072ce4b614c1392eefc1f23d0'
|
||||
'SKIP'
|
||||
'dc78d3d06baffc16217519242ce92478'
|
||||
'62fc492252edd3283871632bb77fadbe'
|
||||
|
|
Loading…
Reference in a new issue