lfe 1.0
Closes Homebrew/homebrew#50187. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
28273e4ec7
commit
4504ac8a93
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Lfe < Formula
|
||||
desc "A Concurrent Lisp for the Erlang VM"
|
||||
homepage "http://lfe.io/"
|
||||
url "https://github.com/rvirding/lfe/archive/v0.10.0.tar.gz"
|
||||
sha256 "656e977c2aa5cce3a64a85d415e3b2d72111e03c3b954fc113051207748ecf19"
|
||||
url "https://github.com/rvirding/lfe/archive/v1.0.tar.gz"
|
||||
sha256 "a335f593faf96fadbe9d049c5be5d331ba19628bd5dd41cedcbc62bb7c597fe7"
|
||||
|
||||
head "https://github.com/rvirding/lfe.git", :branch => "develop"
|
||||
|
||||
|
|
Loading…
Reference in a new issue