libressl: update to 2.1.0.
This commit is contained in:
parent
3a77a01d19
commit
531a750572
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libressl'
|
||||
pkgname=libressl
|
||||
version=2.0.5
|
||||
revision=7
|
||||
version=2.1.0
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
short_desc="FREE version of the SSL/TLS protocol forked from OpenSSL"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="OpenSSL-License, SSLeay-License, ISC"
|
||||
homepage="http://www.libressl.org/"
|
||||
distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${pkgname}-${version}.tar.gz"
|
||||
checksum=3f5463b5deb93efd2ac4e23a20612a1ccf3299a569d03880bb204c90647dfc9a
|
||||
checksum=a32d97b61a98c35f344584b985caf49a3fc3e0e6e24d0bbbbe34fe61dd2627ac
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
@ -28,7 +28,6 @@ libressl-devel_package() {
|
|||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
||||
libressl-openssl_package() {
|
||||
short_desc+=" - utilities"
|
||||
# required by c_rehash
|
||||
|
|
Loading…
Reference in a new issue