From 8bf7c4cbcc73ff9d3f4d3c041397794b36cf2d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 24 Aug 2021 03:56:41 -0700 Subject: [PATCH] zola: Update to version 0.14.1 --- bucket/zola.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/zola.json b/bucket/zola.json index ef2c2071ce..b5872971cc 100644 --- a/bucket/zola.json +++ b/bucket/zola.json @@ -1,12 +1,12 @@ { - "version": "0.14.0", + "version": "0.14.1", "description": "A fast static site generator in a single binary with everything built-in", "homepage": "https://www.getzola.org", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/getzola/zola/releases/download/v0.14.0/zola-v0.14.0-x86_64-pc-windows-msvc.zip", - "hash": "fad6516c9b9ecf294d047dd24195f521a8ece662249bc937f380fa154a30a43d" + "url": "https://github.com/getzola/zola/releases/download/v0.14.1/zola-v0.14.1-x86_64-pc-windows-msvc.zip", + "hash": "62bf50a6e2b606faf80cdf9112deca945fe89f67863fb06f793c27a26c968a91" } }, "bin": "zola.exe",