From 525b82709b7dad549139dd6ba5a16fe913a2e48f Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Mon, 20 May 2013 00:45:17 -0700 Subject: [PATCH] editorconfig 0.11.5 Closes Homebrew/homebrew#19939. Closes Homebrew/homebrew#19941. Signed-off-by: Jack Nagel --- Formula/editorconfig.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/editorconfig.rb b/Formula/editorconfig.rb index 9fd48d4e72..3efbd2a459 100644 --- a/Formula/editorconfig.rb +++ b/Formula/editorconfig.rb @@ -2,8 +2,8 @@ require 'formula' class Editorconfig < Formula homepage 'http://editorconfig.org' - url 'https://github.com/editorconfig/editorconfig-core/archive/v0.11.3.zip' - sha1 '9e0c22e863dfb8b97526812ebe7c58c46604ebb8' + url 'http://downloads.sourceforge.net/project/editorconfig/EditorConfig-C-Core/0.11.5/source/editorconfig-core-c-0.11.5.tar.gz' + sha1 '2fe9df54d49c17d7e62c3996f4095afcd79d4d28' depends_on 'cmake' => :build