mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/openssl to 1.1.1.c-1
This commit is contained in:
parent
71c40b67d8
commit
11741a54c3
1 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
# - set ARM architecture targets
|
||||
|
||||
pkgname=openssl
|
||||
_ver=1.1.1b
|
||||
_ver=1.1.1c
|
||||
# use a pacman compatible version scheme
|
||||
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
|
||||
pkgrel=1
|
||||
|
@ -17,10 +17,11 @@ optdepends=('ca-certificates')
|
|||
backup=('etc/ssl/openssl.cnf')
|
||||
source=("https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz"{,.asc}
|
||||
'ca-dir.patch')
|
||||
sha256sums=('5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b'
|
||||
sha256sums=('f6fb3079ad15076154eda9413fed42877d668e7069d9b87396d0804fdb3f4c90'
|
||||
'SKIP'
|
||||
'0938c8d68110768db4f350a7ec641070686904f2fe7ba630ac94399d7dc8cc5e')
|
||||
validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
|
||||
validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491'
|
||||
'7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$_ver"
|
||||
|
|
Loading…
Reference in a new issue