tealdeer: fix build with current libressl

This commit is contained in:
q66 2020-01-02 03:42:41 +01:00
parent ccad3fe239
commit 27ff309993
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELO
distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz"
checksum=5cf286059b823501d05da445b9b7a609ec2da91d711d990df76397f79d800c52
pre_build() {
cargo update --package openssl-sys --precise 0.9.53
}
post_install() {
vlicense LICENSE-MIT
}