From 8f77dd6a29d3e27e9ee93019e2da2577d8be97ba Mon Sep 17 00:00:00 2001 From: Gwyn Date: Sun, 24 Sep 2023 21:07:15 -0600 Subject: [PATCH] Adds a version stub --- Formula/templ.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/templ.rb b/Formula/templ.rb index 2496f42..63fcf00 100644 --- a/Formula/templ.rb +++ b/Formula/templ.rb @@ -7,6 +7,7 @@ class Templ < Formula url: "https://github.com/PlayTechnique/templ/archive/refs/tags/0.1.2.tar.gz" sha256: "73a4eef0640243d5924957840362d559160bdba14ad64e3a493e592f8c80983c" license "" + version "" depends_on "go" => :build @@ -27,4 +28,4 @@ def install # executables being tested: `system "#{bin}/program", "do", "something"`. system "false" end -end \ No newline at end of file +end