diff options
| author | Adam Vandenberg | 2013-01-27 21:37:02 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:17 -0800 | 
| commit | 277e45712d60b7671770d4964dbcdf533d87b91c (patch) | |
| tree | fb88657fa1bf62b85b9fefecdcf6644090ba3333 | |
| parent | 2a7cd9d726aab997654072e85562b14541d82d69 (diff) | |
| download | homebrew-277e45712d60b7671770d4964dbcdf533d87b91c.tar.bz2 | |
premake: style nits
| -rw-r--r-- | Library/Formula/premake.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/premake.rb b/Library/Formula/premake.rb index 2715ed30b..991fe5048 100644 --- a/Library/Formula/premake.rb +++ b/Library/Formula/premake.rb @@ -1,9 +1,9 @@  require 'formula'  class Premake < Formula +  homepage 'http://industriousone.com/premake'    url 'http://downloads.sourceforge.net/project/premake/Premake/4.3/premake-4.3-src.zip'    sha1 '8f37a3599121580f18b578811162b9b49a2e122f' -  homepage 'http://industriousone.com/premake'    def install      # Linking against stdc++-static causes a library not found error on 10.7 | 
