Skip to content

Commit

Permalink
editorconfig 0.12.0
Browse files Browse the repository at this point in the history
Closes Homebrew#33107.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
xuhdev authored and jacknagel committed Oct 13, 2014
1 parent 31a5229 commit a86fb77
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Library/Formula/editorconfig.rb
Expand Up @@ -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'

Expand All @@ -15,6 +16,6 @@ def install
end

test do
system "#{bin}/editorconfig"
system "#{bin}/editorconfig", "--version"
end
end

0 comments on commit a86fb77

Please sign in to comment.