From 55a82f75a91da2bf8d51497fc89c5bf8b96196b0 Mon Sep 17 00:00:00 2001 From: "N0\\A" Date: Fri, 20 Mar 2026 09:33:45 +0100 Subject: [PATCH] fix: link in homebrew --- packaging/homebrew/kewt.rb.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/homebrew/kewt.rb.template b/packaging/homebrew/kewt.rb.template index 031116f..951efdd 100644 --- a/packaging/homebrew/kewt.rb.template +++ b/packaging/homebrew/kewt.rb.template @@ -1,7 +1,7 @@ class Kewt < Formula desc "Minimalist static site generator inspired by werc" homepage "https://kewt.krzak.org" - url "https://github.com/n0va-bot/kewt/releases/download/VERSION_PLACEHOLDER/kewt" + url "https://github.com/n0va-bot/kewt/releases/download/vVERSION_PLACEHOLDER/kewt" sha256 "SHA256SUM_PLACEHOLDER" license "ISC" version "VERSION_PLACEHOLDER"