From cef2acd0321bb964be2daa518a7f5897893c8cd7 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Mon, 16 Feb 2015 20:11:37 +0000 Subject: nimrod: fix sha1 Closes #36868. Closes #36870. Signed-off-by: Jack Nagel --- Library/Formula/nimrod.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Library') diff --git a/Library/Formula/nimrod.rb b/Library/Formula/nimrod.rb index dcc4b89e5..45321391e 100644 --- a/Library/Formula/nimrod.rb +++ b/Library/Formula/nimrod.rb @@ -1,11 +1,7 @@ -require 'formula' - class Nimrod < Formula homepage "http://nim-lang.org/" - url "http://nim-lang.org/download/nim-0.10.2.zip" - sha1 "0a54d6d7f257cdade5bf950d318066959c48a6dc" - + sha1 "2fdd486704931807d03d25d6846c5faee880d69e" head "https://github.com/Araq/Nim.git", :branch => "devel" bottle do -- cgit v1.2.3