editorconfig 0.11.5

Closes Homebrew/homebrew#19939.
Closes Homebrew/homebrew#19941.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Hong Xu 2013-05-20 00:45:17 -07:00 committed by Jack Nagel
parent 7b3c4dae31
commit 525b82709b

View file

@ -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