lfe 0.10.0
Updated to latest LFE release. Closes Homebrew/homebrew#44803. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
6bf35001d1
commit
da98a0eb6e
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.9.2.tar.gz"
|
||||
sha256 "9ff9661d03432a5f111266e56dcc24f24ceb633541f560333c3ff1acafc20794"
|
||||
url "https://github.com/rvirding/lfe/archive/v0.10.0.tar.gz"
|
||||
sha256 "656e977c2aa5cce3a64a85d415e3b2d72111e03c3b954fc113051207748ecf19"
|
||||
|
||||
head "https://github.com/rvirding/lfe.git", :branch => "develop"
|
||||
|
||||
|
|
Loading…
Reference in a new issue