diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2017-12-03 03:49:25 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2017-12-04 21:24:37 (GMT) |
commit | 6c81104139773012dd426ed0226d014f368ec537 (patch) | |
tree | 0c051d2e0f9c3951bd80f4dabff82f35960b427a /src/polarssl.mk | |
parent | 0f62ec34ea138d0231f5bede6464e926ff0c337d (diff) | |
download | mxe-6c81104139773012dd426ed0226d014f368ec537.zip mxe-6c81104139773012dd426ed0226d014f368ec537.tar.gz mxe-6c81104139773012dd426ed0226d014f368ec537.tar.bz2 |
polarssl: update download URL and website
From https://github.com/polarssl :
PolarSSL is now part of ARM Official announcement and rebranded as mbed TLS.
Diffstat (limited to 'src/polarssl.mk')
-rw-r--r-- | src/polarssl.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/polarssl.mk b/src/polarssl.mk index 42529d4..f16362a 100644 --- a/src/polarssl.mk +++ b/src/polarssl.mk @@ -1,14 +1,14 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := polarssl -$(PKG)_WEBSITE := https://polarssl.org/ +$(PKG)_WEBSITE := https://tls.mbed.org/ $(PKG)_DESCR := Polar SSL Library $(PKG)_IGNORE := $(PKG)_VERSION := 1.3.9 $(PKG)_CHECKSUM := d3605afc28ed4b7d1d9e3142d72e42855e4a23c07c951bbb0299556b02d36755 $(PKG)_SUBDIR := polarssl-$($(PKG)_VERSION) $(PKG)_FILE := polarssl-$($(PKG)_VERSION)-gpl.tgz -$(PKG)_URL := https://polarssl.org/download/$($(PKG)_FILE) +$(PKG)_URL := https://tls.mbed.org/download/$($(PKG)_FILE) $(PKG)_DEPS := gcc zlib # Match lines like: |