Commit bf3b75a3 authored by Mia's avatar Mia Committed by GitHub

Update mbedtls branch 2.16 (#4325)

parent 347a0c05
......@@ -3,23 +3,10 @@ require 'package'
class Libmbedtls < Package
description 'An open source, portable, easy to use, readable and flexible SSL library'
homepage 'https://tls.mbed.org/'
version '2.16.5'
version '2.16.8'
compatibility 'all'
source_url 'https://tls.mbed.org/download/mbedtls-2.16.5-apache.tgz'
source_sha256 '65b4c6cec83e048fd1c675e9a29a394ea30ad0371d37b5742453f74084e7b04d'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/libmbedtls-2.16.5-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/libmbedtls-2.16.5-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/libmbedtls-2.16.5-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/libmbedtls-2.16.5-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'e110f3d42b6228c10790996e834ff21f1fe99cbc93d7869fc3d9e5dc058a6f64',
armv7l: 'e110f3d42b6228c10790996e834ff21f1fe99cbc93d7869fc3d9e5dc058a6f64',
i686: 'fb8257eb9eaa4fbaf25ae518464013b0b6c0fc4ebd02c25ff657df64df517b6a',
x86_64: '28de88799e5aa56d9ae16c8df6e22b60607d58f1191a3a37ff14270fb3c88e6b',
})
source_url 'https://github.com/ARMmbed/mbedtls/archive/v2.16.8.tar.gz'
source_sha256 'fe9e3b15c3375943bdfebbbb20dd6b4f1147b3b5d926248bd835d73247407430'
def self.build
Dir.mkdir 'build'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment