taizen: rebuild for libressl-2.9.

This commit is contained in:
Johannes 2019-06-15 17:03:17 +02:00 committed by Johannes
parent 2966098961
commit e893f6ae71
2 changed files with 3 additions and 3 deletions

View file

@ -7,4 +7,4 @@
+
+
+[patch.crates-io]
+openssl-sys = {git = 'https://github.com/jnbr/rust-openssl', rev = "d5471c97ae86e5bd1032eb6fd95005933f507c49"}
+openssl-sys = {git = 'https://github.com/jnbr/rust-openssl', rev = "5675404012996556db6bef9f8589536241561699"}

View file

@ -1,7 +1,7 @@
# Template file for 'taizen'
pkgname=taizen
version=0.0.0.20180808
revision=3
revision=4
_githash=39f77b5c1128d710b12244e433677daaf87c085e
wrksrc="${pkgname}-${_githash}"
build_style=cargo
@ -19,6 +19,6 @@ pre_build() {
cargo update --package openssl-sys --precise 0.9.35
}
post_install () {
post_install() {
vlicense LICENSE
}