Skip to content

Commit

Permalink
zola: update to 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DirectorX committed Jun 7, 2019
1 parent 5963829 commit e60251d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions srcpkgs/zola/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'zola'
pkgname=zola
version=0.6.0
version=0.7.0
revision=1
build_style=cargo
hostmakedepends="pkg-config"
Expand All @@ -11,10 +11,11 @@ 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=647f31300f4e468374dfb325b59a08cb31c4ed855b2e5b677131464ae3ee9925
checksum=6a07a1a08f8b0db50ed87599fca712937004a53ef5950a1d17a1bc3d463a2979

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

post_install() {
Expand Down

0 comments on commit e60251d

Please sign in to comment.