aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorKyle Marek-Spartz2012-07-13 09:04:06 -0500
committerAdam Vandenberg2012-07-23 16:42:17 -0700
commita3bcab11f73db814471d24805cb9dfb82cd1a4a5 (patch)
treecced420612a1a65eac11335deb674c96ec25c34d /Library
parentecb09ba39640c9942ade172595050bbc55d0db78 (diff)
downloadhomebrew-a3bcab11f73db814471d24805cb9dfb82cd1a4a5.tar.bz2
CImg 1.5.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cimg.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/cimg.rb b/Library/Formula/cimg.rb
index 8d8e8d5ee..1898ba3cf 100644
--- a/Library/Formula/cimg.rb
+++ b/Library/Formula/cimg.rb
@@ -2,14 +2,14 @@ require 'formula'
class Cimg < Formula
homepage 'http://cimg.sourceforge.net/'
- url 'http://downloads.sourceforge.net/cimg/CImg-1.4.9.zip'
- md5 'a07cba03f6d66a9970e0b3fcc230bddc'
+ url 'http://downloads.sourceforge.net/cimg/CImg-1.5.0.zip'
+ sha1 '6b603822a187c94c120d3b561048e1ef12f9b56f'
def install
include.install 'CImg.h'
doc.install %w(
- README.txt CHANGES.txt
+ README.txt
Licence_CeCILL-C_V1-en.txt Licence_CeCILL_V2-en.txt
html examples)
end