zola: update to 0.7.0.

This commit is contained in:
DirectorX 2019-05-29 22:09:44 +03:00 committed by Johannes
parent 48a90410eb
commit 7145eeef2c

View File

@ -1,6 +1,6 @@
# Template file for 'zola' # Template file for 'zola'
pkgname=zola pkgname=zola
version=0.6.0 version=0.7.0
revision=1 revision=1
build_style=cargo build_style=cargo
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -11,10 +11,11 @@ license="MIT"
homepage="https://github.com/getzola/zola" homepage="https://github.com/getzola/zola"
changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md" changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz" distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
checksum=647f31300f4e468374dfb325b59a08cb31c4ed855b2e5b677131464ae3ee9925 checksum=6a07a1a08f8b0db50ed87599fca712937004a53ef5950a1d17a1bc3d463a2979
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951" ;; aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951" ;;
i686*) broken="https://github.com/rust-lang/rust/issues/60184" ;;
esac esac
post_install() { post_install() {