Skip to content

Commit 58d7b0e

Browse files
committed
fix: homebrew tap syntax validation
1 parent 0f5a358 commit 58d7b0e

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

arkscript@3.2.0.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ def post_install
2323
end
2424
end
2525
end
26+

arkscript@3.3.0.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ def post_install
2323
end
2424
end
2525
end
26+

arkscript@3.4.0.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ def post_install
2323
end
2424
end
2525
end
26+

arkscript@3.5.0.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class ArkscriptAT340 < Formula
1+
class ArkscriptAT350 < Formula
22
desc "Small, fast, functional and scripting language for C++ projects"
33
homepage "https://arkscript-lang.dev"
44
url "https://github.com/ArkScript-lang/Ark.git", tag: "v3.5.0"

template/arkscript_formula.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ class Arkscript{suffix} < Formula
2323
end
2424
end
2525
end
26+

0 commit comments

Comments
 (0)