Skip to content

Commit

Permalink
Adds a version stub
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynforthewyn committed Sep 25, 2023
1 parent a5ce938 commit 8f77dd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/templ.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class Templ < Formula
url: "https://github.com/PlayTechnique/templ/archive/refs/tags/0.1.2.tar.gz"

Check failure on line 7 in Formula/templ.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Lint/Syntax: unexpected token tCOLON (Using Ruby 2.6 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)
sha256: "73a4eef0640243d5924957840362d559160bdba14ad64e3a493e592f8c80983c"

Check failure on line 8 in Formula/templ.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Lint/Syntax: unexpected token tCOLON (Using Ruby 2.6 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)
license ""
version ""

depends_on "go" => :build

Expand All @@ -27,4 +28,4 @@ def install
# executables being tested: `system "#{bin}/program", "do", "something"`.
system "false"
end
end
end

0 comments on commit 8f77dd6

Please sign in to comment.