aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorVladimir Alekseichenko2015-03-26 20:10:17 +0100
committerJack Nagel2015-03-28 18:53:53 -0400
commit254a21c577d7020cf6687cbd7d1e50fb4ef4ab95 (patch)
tree86759acfe2cd46fbf974214df0984611538b453b /Library
parentc361ff6aed1dc83e4627c6c06b59120ca7ac70d4 (diff)
downloadhomebrew-254a21c577d7020cf6687cbd7d1e50fb4ef4ab95.tar.bz2
cimg 1.6.1
Closes #38107. Signed-off-by: Jack Nagel <jacknagel@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 5f759aacb..dc2580cf4 100644
--- a/Library/Formula/cimg.rb
+++ b/Library/Formula/cimg.rb
@@ -2,8 +2,8 @@ require "formula"
class Cimg < Formula
homepage "http://cimg.sourceforge.net/"
- url "https://downloads.sourceforge.net/cimg/CImg-1.5.9.zip"
- sha1 "bcad203e1836db4882c73923f810cdd69906c896"
+ url "https://downloads.sourceforge.net/cimg/CImg_1.6.1.zip"
+ sha1 "b5bac348c4eeaef6b68d17e2314f42642994005a"
def install
include.install "CImg.h"
@@ -11,6 +11,6 @@ class Cimg < Formula
doc.install %w(
README.txt
Licence_CeCILL-C_V1-en.txt Licence_CeCILL_V2-en.txt
- html examples)
+ examples)
end
end