Skip to content

Commit 8afc980

Browse files
committed
update CImg
1 parent eea5f05 commit 8afc980

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ install:
8686

8787
# a3b57fe7f0cfbf84635e3070fc3c896b25ff6c5f is CImg 2.7.2
8888
# 3efdd8fb35e76873edcb01f9c30af762aeccb97a is CImg 2.7.4
89+
# b7d35ed7dd03ff1ac58be4c10b365035454f3771 is CImg 2.8.1
8990
- git submodule -q update --init --recursive
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
91+
- curl -L -s -S -o CImg/CImg.h https://raw.githubusercontent.com/dtschump/CImg/b7d35ed7dd03ff1ac58be4c10b365035454f3771/CImg.h
92+
- curl -L -s -S -o CImg/Inpaint/inpaint.h https://raw.githubusercontent.com/dtschump/CImg/b7d35ed7dd03ff1ac58be4c10b365035454f3771/plugins/inpaint.h
9293
- patch -p0 -dCImg < CImg/Inpaint/inpaint.h.patch
9394

9495
#---------------------------------#

CImg/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ endif
156156
# commit a3b57fe7f0cfbf84635e3070fc3c896b25ff6c5f is CImg 2.7.2
157157
# commit 3efdd8fb35e76873edcb01f9c30af762aeccb97a is CImg 2.7.4
158158
# commit 39215451d0b839b4e72d32afb15ea69701a7f4eb is CImg 2.8.0
159-
CIMGVERSION=39215451d0b839b4e72d32afb15ea69701a7f4eb
159+
# commit b7d35ed7dd03ff1ac58be4c10b365035454f3771 is CImg 2.8.1
160+
CIMGVERSION=b7d35ed7dd03ff1ac58be4c10b365035454f3771
160161

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

0 commit comments

Comments
 (0)