zola: rebuild for libressl-2.9.2.
This commit is contained in:
parent
b909532a61
commit
05355ee225
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'zola'
|
||||
pkgname=zola
|
||||
version=0.7.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libressl-devel libsass-devel"
|
||||
|
@ -18,6 +18,11 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
i686*) broken="https://github.com/rust-lang/rust/issues/60184" ;;
|
||||
esac
|
||||
|
||||
pre_build() {
|
||||
cargo update --package openssl-sys --precise 0.9.46
|
||||
cargo update --package openssl --precise 0.10.22
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
||||
|
|
Loading…
Reference in a new issue