Skip to content

Commit

Permalink
Merge pull request #34 from luckyframework/release/1.2.0
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
mdwagner authored Apr 22, 2024
2 parents 134eb8d + 6fdb908 commit 69754df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/lucky.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ class Lucky < Formula
desc "A Crystal command-line tool for generating new Lucky Web Applications"
homepage "https://github.com/luckyframework/lucky_cli"
license "MIT"
url "https://github.com/luckyframework/lucky_cli/archive/refs/tags/v1.1.1.zip"
sha256 "a5a1f67f94081794467a28e2838fa47fce0fd6abdde482627a8c67f302ba77a3"
url "https://github.com/luckyframework/lucky_cli/archive/refs/tags/v1.2.0.zip"
sha256 "6ae6e9b66e5928392575995bbf93b870b1dd9b15f8467323bb33e0bd98e8233c"
head "https://github.com/luckyframework/lucky_cli.git", branch: "main"
version "1.1.1"
version "1.2.0"

depends_on "crystal" => :build
depends_on "git" => :build
Expand All @@ -17,6 +17,6 @@ def install
end

test do
assert_equal "1.1.1", shell_output("#{bin}/lucky --version").strip
assert_equal "1.2.0", shell_output("#{bin}/lucky --version").strip
end
end

0 comments on commit 69754df

Please sign in to comment.