diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2017-07-25 20:30:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-25 20:30:03 +0200 |
commit | 0d55e122bb3c64dc79b8792434c99cc9c7ce56bd (patch) | |
tree | 6e49ee071509e0ba9a625c3e94675bc7f09d6214 /tools | |
parent | 3370802e644138f7a208d095df954ec36757134e (diff) | |
parent | 5e885c795667172a7e886753d85a1da9a64c2a6b (diff) |
Merge pull request #12569 from Rechi/bumpOpenssl
[depends] bump openssl to 1.0.2l
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/openssl/Makefile b/tools/depends/target/openssl/Makefile index 0a1bb1673f..e3cd872d08 100644 --- a/tools/depends/target/openssl/Makefile +++ b/tools/depends/target/openssl/Makefile @@ -3,7 +3,7 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=openssl -VERSION=1.0.2k +VERSION=1.0.2l SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |