From a404e0dfe5d1d28f3b62e60b1ce05491ca9094c4 Mon Sep 17 00:00:00 2001 From: DirectorX Date: Tue, 7 Sep 2021 20:41:21 +0300 Subject: [PATCH] zola: update to 0.14.1 --- srcpkgs/zola/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template index 153648a0ac40..4743de0d342c 100644 --- a/srcpkgs/zola/template +++ b/srcpkgs/zola/template @@ -1,6 +1,6 @@ # Template file for 'zola' pkgname=zola -version=0.14.0 +version=0.14.1 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=15dfdcfbf35123c62551d515eb1c9f6e5235a8b502f9abfdb09746a163de1404 +checksum=28e50071009a1430c5f8df94e2585d095f85f906f04101fe35ee9ed53c353cc4 case "$XBPS_TARGET_MACHINE" in x86_64*|i686*|arm*|aarch64*) ;;