From 1ae74e7ff60e1afdbb02b00a04cfa12b01a48a5d Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 01:21:35 +0100 Subject: [PATCH] zola/0.19.2 package update (#26429)
Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Co-authored-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- zola.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zola.yaml b/zola.yaml index e51c4ffddc0..e8ef9257094 100644 --- a/zola.yaml +++ b/zola.yaml @@ -1,7 +1,7 @@ package: name: zola - version: 0.19.1 # The next time we update, see if the cherry-picked patch can be removed now. - epoch: 1 + version: 0.19.2 # The next time we update, see if the cherry-picked patch can be removed now. + epoch: 0 description: "A fast static site generator in a single binary with everything built-in" copyright: - license: MIT @@ -20,7 +20,7 @@ pipeline: - uses: git-checkout with: repository: https://github.com/getzola/zola - expected-commit: 041da029eedbca30c195bc9cd8c1acf89b4f60c0 + expected-commit: 1aa21e0d95a2a7a2ed98bdc9d06f96db82ac66b2 tag: v${{package.version}} - name: Configure and build