openssl: update to 1.0.0c.
This commit is contained in:
parent
0d5dc724bd
commit
acfc5a422c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'openssl'
|
||||
pkgname=openssl
|
||||
_openssl_version=1.0.0
|
||||
version=${_openssl_version}b
|
||||
version=${_openssl_version}c
|
||||
distfiles="http://www.openssl.org/source/$pkgname-$version.tar.gz"
|
||||
build_style=configure
|
||||
configure_script="./config"
|
||||
|
@ -11,7 +11,7 @@ make_install_target="INSTALL_PREFIX=$XBPS_DESTDIR/$pkgname-$version
|
|||
MANDIR=/usr/share/man install"
|
||||
short_desc="Secure Socket Layer and cryptographic library - runtime utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=4e7b4e2fb33ee2d97c5e143561ab495dbbfc08f0a863e617a0c7adca19017331
|
||||
checksum=f731b36de3edaa361179ae6f449668b248a360e34e31e92902d976e9b9d604eb
|
||||
long_desc="
|
||||
The OpenSSL Project is a collaborative effort to develop a robust,
|
||||
commercial-grade, full-featured, and Open Source toolkit implementing the
|
||||
|
|
Loading…
Reference in a new issue