mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/openssl-1.0 to 1.0.2.n-1
This commit is contained in:
parent
9c062cb273
commit
b83ea51bfb
1 changed files with 3 additions and 3 deletions
|
@ -5,13 +5,13 @@
|
|||
# - set ARM architecture targets
|
||||
|
||||
pkgname=openssl-1.0
|
||||
_ver=1.0.2l
|
||||
_ver=1.0.2n
|
||||
# use a pacman compatible version scheme
|
||||
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
|
||||
#pkgver=$_ver
|
||||
pkgrel=1
|
||||
pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url='https://www.openssl.org'
|
||||
license=('custom:BSD')
|
||||
depends=('perl')
|
||||
|
@ -22,7 +22,7 @@ source=("https://www.openssl.org/source/openssl-${_ver}.tar.gz"
|
|||
'no-rpath.patch'
|
||||
'ssl3-test-failure.patch'
|
||||
'openssl-1.0-versioned-symbols.patch')
|
||||
sha256sums=('ce07195b659e75f4e1db43552860070061f156a98bb37b672b101ba6e3ddf30c'
|
||||
sha256sums=('370babb75f278c39e0c50e8c4e7493bc0f18db6867478341a832a982fd15a8fe'
|
||||
'SKIP'
|
||||
'754d6107a306311e15a1db6a1cc031b81691c8b9865e8809ac60ca6f184c957c'
|
||||
'c54ae87c602eaa1530a336ab7c6e22e12898e1941012349c153e52553df64a13'
|
||||
|
|
Loading…
Reference in a new issue