File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ install:
8787 # a3b57fe7f0cfbf84635e3070fc3c896b25ff6c5f is CImg 2.7.2
8888 # 3efdd8fb35e76873edcb01f9c30af762aeccb97a is CImg 2.7.4
8989 - git submodule -q update --init --recursive
90- - curl -L -s -S -o CImg/CImg.h https://raw.githubusercontent.com/dtschump/CImg/3efdd8fb35e76873edcb01f9c30af762aeccb97a /CImg.h
91- - curl -L -s -S -o CImg/Inpaint/inpaint.h https://raw.githubusercontent.com/dtschump/CImg/3efdd8fb35e76873edcb01f9c30af762aeccb97a /plugins/inpaint.h
90+ - curl -L -s -S -o CImg/CImg.h https://raw.githubusercontent.com/dtschump/CImg/39215451d0b839b4e72d32afb15ea69701a7f4eb /CImg.h
91+ - curl -L -s -S -o CImg/Inpaint/inpaint.h https://raw.githubusercontent.com/dtschump/CImg/39215451d0b839b4e72d32afb15ea69701a7f4eb /plugins/inpaint.h
9292 - patch -p0 -dCImg < CImg/Inpaint/inpaint.h.patch
9393
9494# ---------------------------------#
Original file line number Diff line number Diff line change @@ -155,7 +155,8 @@ endif
155155# commit 81a66d06d29763641ae533451543fa60d07f3a66 is CImg 2.7.0
156156# commit a3b57fe7f0cfbf84635e3070fc3c896b25ff6c5f is CImg 2.7.2
157157# commit 3efdd8fb35e76873edcb01f9c30af762aeccb97a is CImg 2.7.4
158- CIMGVERSION =3efdd8fb35e76873edcb01f9c30af762aeccb97a
158+ # commit 39215451d0b839b4e72d32afb15ea69701a7f4eb is CImg 2.8.0
159+ CIMGVERSION =39215451d0b839b4e72d32afb15ea69701a7f4eb
159160
160161CImg.h : Inpaint/inpaint.h
161162 curl -L -s -S -o $@ https://raw.githubusercontent.com/dtschump/CImg/$(CIMGVERSION ) /CImg.h
You can’t perform that action at this time.
0 commit comments