zola: update to 0.11.0.

This commit is contained in:
mobinmob 2020-05-27 19:03:28 +03:00 committed by Johannes
parent 564975a911
commit 883f6757fe
2 changed files with 2 additions and 12 deletions

View file

@ -1,9 +0,0 @@
--- Cargo.toml 2020-03-12 21:04:01.000000000 +0100
+++ - 2020-05-17 16:12:33.843887638 +0200
@@ -60,3 +60,6 @@
[profile.release]
lto = true
codegen-units = 1
+
+[patch.crates-io]
+"openssl-sys" = {git = 'https://github.com/sfackler/rust-openssl', rev = "54fbab73b7a6b334e727511416b677b14dbbb8b7"}

View file

@ -1,6 +1,6 @@
# Template file for 'zola'
pkgname=zola
version=0.10.1
version=0.11.0
revision=1
build_style=cargo
hostmakedepends="pkg-config"
@ -11,7 +11,7 @@ license="MIT"
homepage="https://github.com/getzola/zola"
changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
checksum=cf5992e935d2f236985b57f357bb6e6738e83b13b0ae50278da66382a0af106c
checksum=09840a55d13a81a7a04767d01e5e44cc3710e79c78f43f0ebde4a6a17e0728ca
case $XBPS_TARGET_MACHINE in
ppc*) broken="segfaults" ;;
@ -21,7 +21,6 @@ esac
pre_build() {
export PKG_CONFIG_ALL_DYNAMIC=1
export RUSTONIG_SYSTEM_LIBONIG=1
cargo update --package openssl-sys
}
post_install() {