aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2015-02-16 20:11:37 +0000
committerJack Nagel2015-02-16 20:41:13 -0500
commitcef2acd0321bb964be2daa518a7f5897893c8cd7 (patch)
treeff1d3ca2cab14de7579aa8fdfe7ced7497d83d51 /Library
parent36f4999e04ef3bf8b833250afebb2bb60192edb9 (diff)
downloadhomebrew-cef2acd0321bb964be2daa518a7f5897893c8cd7.tar.bz2
nimrod: fix sha1
Closes #36868. Closes #36870. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nimrod.rb6
1 files changed, 1 insertions, 5 deletions
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