Skip to content

Commit

Permalink
Add Lucky 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcsmith committed Jun 16, 2017
1 parent 9a4e0ca commit 1973cc3
Show file tree
Hide file tree
Showing 3 changed files 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
@@ -1,13 +1,13 @@
class Lucky < Formula
desc "Task runner for Crystal"
homepage "http://github.com/luckyframework/cli"
url "https://github.com/luckyframework/homebrew-lucky/raw/master/built_binaries/lucky-0.3.0"
sha256 "cc2c2559e2af3a87308baa32645fc2a93d5d09f5b6b88cb3fe59924ceee74d63"
version "0.3.0"
url "https://github.com/luckyframework/homebrew-lucky/raw/master/built_binaries/lucky-0.3.1"
sha256 "54310e9e762eaa4a83eee4aa0e0dfc4a9087523c315c31abffaa4c5f33d05d6c"
version "0.3.1"
depends_on "crystal-lang"

def install
system "mv", "lucky-0.3.0", "lucky"
system "mv", "lucky-0.3.1", "lucky"
bin.install "lucky"
end

Expand Down
Binary file modified built_binaries/lucky-0.3.0
Binary file not shown.
Binary file added built_binaries/lucky-0.3.1
Binary file not shown.

0 comments on commit 1973cc3

Please sign in to comment.