From e93a4186243bb71b982d4d744d8efd4111dc5661 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Thu, 21 Dec 2023 19:58:08 -0800 Subject: [PATCH] Try this again --- Formula/bkl.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Formula/bkl.rb b/Formula/bkl.rb index 6f00208..e2bf11c 100644 --- a/Formula/bkl.rb +++ b/Formula/bkl.rb @@ -1,5 +1,8 @@ class Bkl < Formula - tag "v1.0.35" + def tag + return "v1.0.35" + end + desc "Evaluates bkl configuration layer files" homepage "https://bkl.gopatchy.io" url "https://github.com/gopatchy/bkl/archive/refs/tags/#{tag}.tar.gz"