Skip to content

Commit

Permalink
Merge pull request #33 from luckyframework/release/1.1.1
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
mdwagner authored Feb 25, 2024
2 parents 36e2ad5 + 1965e92 commit 134eb8d
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.0.zip"
sha256 "39b4528feef22983e96c748591cc8102c6a5f315ce4c1f56e4c60b8e21af108e"
url "https://github.com/luckyframework/lucky_cli/archive/refs/tags/v1.1.1.zip"
sha256 "a5a1f67f94081794467a28e2838fa47fce0fd6abdde482627a8c67f302ba77a3"
head "https://github.com/luckyframework/lucky_cli.git", branch: "main"
version "1.1.0"
version "1.1.1"

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

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

0 comments on commit 134eb8d

Please sign in to comment.