Skip to content

Commit eea5f05

Browse files
committed
update CImg
1 parent 18353f8 commit eea5f05

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
#---------------------------------#

CImg/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

160161
CImg.h: Inpaint/inpaint.h
161162
curl -L -s -S -o $@ https://raw.githubusercontent.com/dtschump/CImg/$(CIMGVERSION)/CImg.h

0 commit comments

Comments
 (0)