Allow homebrew formula to build from HEAD

This commit is contained in:
Silas Snider
2024-08-19 17:45:03 -07:00
committed by GitHub
parent d810f978fe
commit 8be9c4335d

View File

@@ -6,7 +6,7 @@ class Bkl < Formula
homepage "https://bkl.gopatchy.io" homepage "https://bkl.gopatchy.io"
url "https://github.com/gopatchy/bkl/archive/refs/tags/#{@@tag}.tar.gz" url "https://github.com/gopatchy/bkl/archive/refs/tags/#{@@tag}.tar.gz"
license "Apache-2.0" 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 depends_on "go" => :build