tealdeer: fix build with current libressl
This commit is contained in:
parent
ccad3fe239
commit
27ff309993
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue