zola: update to 0.15.2
This commit is contained in:
parent
343a4505a2
commit
4c6ca17b3d
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'zola'
|
# Template file for 'zola'
|
||||||
pkgname=zola
|
pkgname=zola
|
||||||
version=0.14.1
|
version=0.15.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -9,9 +9,9 @@ short_desc="Fast opinionated static site generator written in rust"
|
||||||
maintainer="Carson Page <pagem.carson@gmail.com>"
|
maintainer="Carson Page <pagem.carson@gmail.com>"
|
||||||
license="MIT"
|
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://raw.githubusercontent.com/getzola/zola/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=28e50071009a1430c5f8df94e2585d095f85f906f04101fe35ee9ed53c353cc4
|
checksum=9f6b1527e728cef3536e42a18fbc06647b388fb34fc07cc7aca82e44f4fa3447
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*|i686*|arm*|aarch64*) ;;
|
x86_64*|i686*|arm*|aarch64*) ;;
|
||||||
|
|
Loading…
Reference in a new issue