From 6d6d187b9e28c0ca5167e45147711426afd51245 Mon Sep 17 00:00:00 2001 From: Paolo Holinski Date: Tue, 7 Nov 2023 18:25:20 +0100 Subject: [PATCH] Fix homebrew download URL --- brew/garden.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brew/garden.template b/brew/garden.template index e35b5e4..f9c7572 100644 --- a/brew/garden.template +++ b/brew/garden.template @@ -1,7 +1,7 @@ class Garden < Formula desc "CLI for application.garden" homepage "application.garden" - url "https://github.com/nextjournal/garden-cli/releases/download/${VERSION}/garden.tar.gz" + url "https://github.com/nextjournal/garden-cli/releases/download/v${VERSION}/garden.tar.gz" version "${VERSION}" sha256 "${SHA256}"