mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/mbedtls: Updated for version 2.16.6.
Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b5d717f2d4
commit
ffa6559e44
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for mbedtls
|
||||
|
||||
# Copyright 2015 Euan Thoms (euan at potensol dot com)
|
||||
# Copyright 2019 Hunter Sezen California, USA
|
||||
# Copyright 2019-2020 Hunter Sezen California, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mbedtls
|
||||
VERSION=${VERSION:-2.16.2}
|
||||
VERSION=${VERSION:-2.16.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mbedtls"
|
||||
VERSION="2.16.2"
|
||||
VERSION="2.16.6"
|
||||
HOMEPAGE="https://tls.mbed.org"
|
||||
DOWNLOAD="https://github.com/ARMmbed/mbedtls/archive/mbedtls-2.16.2/mbedtls-mbedtls-2.16.2.tar.gz"
|
||||
MD5SUM="e099b6f9fffde49565133770f3f5f387"
|
||||
DOWNLOAD="https://github.com/ARMmbed/mbedtls/archive/mbedtls-2.16.6/mbedtls-mbedtls-2.16.6.tar.gz"
|
||||
MD5SUM="a3971a0e6a7ac61adfe2f873b3af7c81"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue