parent
808b8a9c6e
commit
85b0be6144
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue