uncrustify 0.58
Closes Homebrew/homebrew#7743. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
80562282da
commit
c30ec40028
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Uncrustify < Formula
|
||||
url 'http://downloads.sourceforge.net/project/uncrustify/uncrustify/uncrustify-0.57/uncrustify-0.57.tar.gz'
|
||||
url 'http://downloads.sourceforge.net/project/uncrustify/uncrustify/uncrustify-0.58/uncrustify-0.58.tar.gz'
|
||||
head 'https://github.com/bengardner/uncrustify.git'
|
||||
homepage 'http://uncrustify.sourceforge.net/'
|
||||
md5 'df597bf0380d2a0039023719a9fdb6c5'
|
||||
md5 '9fa275570a4422aa1cb90fbbdde79a76'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
|
||||
|
|
Loading…
Reference in a new issue