From 0c3c3bf542945f7db36e72c09ccb220962a5439e Mon Sep 17 00:00:00 2001 From: Github Bot Date: Mon, 25 Sep 2023 03:13:52 +0000 Subject: [PATCH] Auto-Updater from templ: updating for 0.1.2 --- Formula/templ.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/templ.rb b/Formula/templ.rb index b5cc48b..a09d00f 100644 --- a/Formula/templ.rb +++ b/Formula/templ.rb @@ -4,10 +4,10 @@ class Templ < Formula desc "A templating tool that downloads git repositories." homepage "https://github.com/PlayTechnique/templ" - url: "https://github.com/PlayTechnique/templ/archive/refs/tags/0.1.2.tar.gz" - sha256: "73a4eef0640243d5924957840362d559160bdba14ad64e3a493e592f8c80983c" - license: "BSD-3-Clause" - version: "0.1.2" + url "https://github.com/PlayTechnique/templ/archive/refs/tags/0.1.2.tar.gz" + sha256 "73a4eef0640243d5924957840362d559160bdba14ad64e3a493e592f8c80983c" + license "BSD-3-Clause" + version "0.1.2" depends_on "go" => :build