aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/editorconfig.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/editorconfig.rb b/Library/Formula/editorconfig.rb
index 49383d294..5372a42ae 100644
--- a/Library/Formula/editorconfig.rb
+++ b/Library/Formula/editorconfig.rb
@@ -2,10 +2,11 @@ require 'formula'
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 @@ class Editorconfig < Formula
end
test do
- system "#{bin}/editorconfig"
+ system "#{bin}/editorconfig", "--version"
end
end