Skip to content

Commit

Permalink
Fix homebrew download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohalt committed Nov 7, 2023
1 parent 4288024 commit 6d6d187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brew/garden.template
Original file line number Diff line number Diff line change
@@ -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}"

Expand Down

0 comments on commit 6d6d187

Please # to comment.