diff options
| author | Alex Dunn | 2015-04-15 15:24:11 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-15 17:12:02 -0700 |
| commit | 1bab82cfa852240041f2221cd6617ea1c99e14af (patch) | |
| tree | 19ca4cc0004b4735cff44ec56fabd8fbecae31ec /Library/Formula | |
| parent | 912687490fed295083a8db5fcf2cb7c8a647ec7e (diff) | |
| download | homebrew-1bab82cfa852240041f2221cd6617ea1c99e14af.tar.bz2 | |
imlib2 1.4.7
Closes #38693.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/imlib2.rb | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/Library/Formula/imlib2.rb b/Library/Formula/imlib2.rb index 5e971f3ba..ed1ee1eaa 100644 --- a/Library/Formula/imlib2.rb +++ b/Library/Formula/imlib2.rb @@ -1,10 +1,7 @@ -require 'formula' - class Imlib2 < Formula - homepage 'http://sourceforge.net/projects/enlightenment/files/' - url 'https://downloads.sourceforge.net/project/enlightenment/imlib2-src/1.4.6/imlib2-1.4.6.tar.bz2' - sha1 '20e111d822074593e8d657ecf8aafe504e9e2967' - revision 1 + homepage "http://sourceforge.net/projects/enlightenment/files/" + url "https://downloads.sourceforge.net/project/enlightenment/imlib2-src/1.4.7/imlib2-1.4.7.tar.bz2" + sha256 "35d733ce23ad7d338cff009095d37e656cb8a7a53717d53793a38320f9924701" bottle do revision 1 @@ -15,11 +12,11 @@ class Imlib2 < Formula deprecated_option "without-x" => "without-x11" - depends_on 'freetype' - depends_on 'libpng' => :recommended + depends_on "freetype" + depends_on "libpng" => :recommended depends_on :x11 => :recommended - depends_on 'pkg-config' => :build - depends_on 'jpeg' => :recommended + depends_on "pkg-config" => :build + depends_on "jpeg" => :recommended def install args = %W[ |
