mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/openssl to 1.0.1.k-1
This commit is contained in:
parent
ec2584db7f
commit
66f90bad1d
1 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# - use linux-armv4 target for our architectures
|
||||
|
||||
pkgname=openssl
|
||||
_ver=1.0.1j
|
||||
_ver=1.0.1k
|
||||
# use a pacman compatible version scheme
|
||||
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
|
||||
#pkgver=$_ver
|
||||
|
@ -21,9 +21,10 @@ backup=('etc/ssl/openssl.cnf')
|
|||
source=("https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz"
|
||||
'no-rpath.patch'
|
||||
'ca-dir.patch')
|
||||
md5sums=('f7175c9cd3c39bb1907ac8bba9df8ed3'
|
||||
md5sums=('d4f002bd22a56881340105028842ae1f'
|
||||
'dc78d3d06baffc16217519242ce92478'
|
||||
'3bf51be3a1bbd262be46dc619f92aa90')
|
||||
validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
|
||||
|
||||
prepare() {
|
||||
cd $srcdir/$pkgname-$_ver
|
||||
|
|
Loading…
Reference in a new issue