From da98a0eb6e65d566c5bbffa6520adc7437a6008a Mon Sep 17 00:00:00 2001 From: "Duncan M. McGreggor" Date: Fri, 9 Oct 2015 23:22:33 -0500 Subject: [PATCH] lfe 0.10.0 Updated to latest LFE release. Closes Homebrew/homebrew#44803. Signed-off-by: Dominyk Tiller --- Formula/lfe.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lfe.rb b/Formula/lfe.rb index 756cb6c985..90597ac46d 100644 --- a/Formula/lfe.rb +++ b/Formula/lfe.rb @@ -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"