Zola 0.20.0 => 0.21.0 (#12892)

This commit is contained in:
Ed Reel
2025-09-23 07:03:45 -05:00
committed by GitHub
parent 12bba89ee7
commit ea7f2bf084
2 changed files with 4 additions and 2 deletions

View File

@@ -1 +1,2 @@
# Total size: 41685336
/usr/local/bin/zola

View File

@@ -3,11 +3,12 @@ require 'package'
class Zola < Package
description 'A fast static site generator'
homepage 'https://www.getzola.org/'
version '0.20.0'
version '0.21.0'
license 'MIT'
compatibility 'x86_64'
min_glibc '2.29'
source_url "https://github.com/getzola/zola/releases/download/v#{version}/zola-v#{version}-x86_64-unknown-linux-gnu.tar.gz"
source_sha256 'ca7ed5b33a739c5b5b35a0e207e5c3578a652cd12b61c675763b3ff34c322d08'
source_sha256 '5c37a8f706567d6cad3f0dbc0eaebe3b9591cc301bd67089e5ddc0d0401732d6'
no_compile_needed