Merge pull request #1 from swsnider/patch-1

Allow homebrew formula to build from HEAD
This commit is contained in:
Ian Gulliver
2024-08-19 21:38:19 -07:00
committed by GitHub

View File

@@ -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