zola: update to 0.8.0
This commit is contained in:
parent
31480e7e05
commit
3afd6f82ba
1 changed files with 3 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'zola'
|
||||
pkgname=zola
|
||||
version=0.7.0
|
||||
revision=2
|
||||
version=0.8.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libressl-devel libsass-devel"
|
||||
|
@ -11,17 +11,8 @@ 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=6a07a1a08f8b0db50ed87599fca712937004a53ef5950a1d17a1bc3d463a2979
|
||||
checksum=c16909fc20ad3e2f922beb270b2350928669149ba2e958de72558f96620a9624
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951" ;;
|
||||
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