Third try

This commit is contained in:
Ian Gulliver
2023-12-21 20:02:15 -08:00
parent e93a418624
commit 362e9044ce

View File

@@ -1,12 +1,10 @@
class Bkl < Formula class Bkl < Formula
def tag tag = "v1.0.35"
return "v1.0.35" sha256 "1055461383be8d459c3ffc058097e3f0f82a1052a30c068fb128ade96c2a2a34"
end
desc "Evaluates bkl configuration layer files" desc "Evaluates bkl configuration layer files"
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"
sha256 "1055461383be8d459c3ffc058097e3f0f82a1052a30c068fb128ade96c2a2a34"
license "Apache-2.0" license "Apache-2.0"
head "https://github.com/gopatchy/bkl/", branch: "main" head "https://github.com/gopatchy/bkl/", branch: "main"