From 8be9c4335dd7e3f49c76b6b558a273667cf5474f Mon Sep 17 00:00:00 2001 From: Silas Snider Date: Mon, 19 Aug 2024 17:45:03 -0700 Subject: [PATCH] Allow homebrew formula to build from HEAD --- Formula/bkl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/bkl.rb b/Formula/bkl.rb index b34e133..7d3583a 100644 --- a/Formula/bkl.rb +++ b/Formula/bkl.rb @@ -6,7 +6,7 @@ class Bkl < Formula homepage "https://bkl.gopatchy.io" url "https://github.com/gopatchy/bkl/archive/refs/tags/#{@@tag}.tar.gz" license "Apache-2.0" - head "https://github.com/gopatchy/bkl/", branch: "main" + head "https://github.com/gopatchy/bkl.git", branch: "main" depends_on "go" => :build