From a86fb77ab09654366b5748079fa533ae34cd1935 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Sun, 12 Oct 2014 22:29:36 -0500 Subject: [PATCH] editorconfig 0.12.0 Closes #33107. Signed-off-by: Jack Nagel --- Library/Formula/editorconfig.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Library/Formula/editorconfig.rb b/Library/Formula/editorconfig.rb index 49383d29441e..5372a42ae15b 100644 --- a/Library/Formula/editorconfig.rb +++ b/Library/Formula/editorconfig.rb @@ -2,10 +2,11 @@ class Editorconfig < Formula homepage 'http://editorconfig.org' - url 'https://downloads.sourceforge.net/project/editorconfig/EditorConfig-C-Core/0.11.5/source/editorconfig-core-c-0.11.5.tar.gz' - sha1 '2fe9df54d49c17d7e62c3996f4095afcd79d4d28' + url 'https://downloads.sourceforge.net/project/editorconfig/EditorConfig-C-Core/0.12.0/source/editorconfig-core-c-0.12.0.tar.gz' + sha1 'dfa96da823133fd925e7384f19d7f2acf44f50ba' depends_on 'cmake' => :build + depends_on 'pcre' head 'https://github.com/editorconfig/editorconfig-core-c.git', :branch => 'master' @@ -15,6 +16,6 @@ def install end test do - system "#{bin}/editorconfig" + system "#{bin}/editorconfig", "--version" end end