Skip to content

Commit e93bf57

Browse files
authored
[cimg] update to 3.6.3 (microsoft#48240)
1 parent 46c9428 commit e93bf57

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

ports/cimg/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(VCPKG_BUILD_TYPE release) # header-only
33
vcpkg_from_github(OUT_SOURCE_PATH SOURCE_PATH
44
REPO dtschump/CImg
55
REF "v.${VERSION}"
6-
SHA512 fa3b2038973f027132edb731496f57f9f0b684bb729a9a62e202cd7101a665d25ac2ea8236097b003ae111d12f357e2d4083a6f375b4859f0027841659fd95d5
6+
SHA512 7b5c31a5a88c06fb2ec16332851e9a828ff1dcec6e1d3a34f1bfe0424c2df47079328c8f06b84a363a5eaf7affb3edc40a4bad0ab93d378598851e91e8160f1d
77
HEAD_REF master
88
)
99

@@ -16,7 +16,7 @@ vcpkg_cmake_configure(
1616
vcpkg_cmake_install()
1717

1818
vcpkg_install_copyright(
19-
FILE_LIST
19+
FILE_LIST
2020
"${SOURCE_PATH}/Licence_CeCILL-C_V1-en.txt"
2121
"${SOURCE_PATH}/Licence_CeCILL_V2-en.txt"
2222
)

ports/cimg/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cimg",
3-
"version": "3.6.2",
3+
"version": "3.6.3",
44
"description": "The CImg Library is a small, open-source, and modern C++ toolkit for image processing",
55
"homepage": "https://github.com/dtschump/CImg",
66
"license": "CECILL-C AND CECILL-2.0",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@
17291729
"port-version": 0
17301730
},
17311731
"cimg": {
1732-
"baseline": "3.6.2",
1732+
"baseline": "3.6.3",
17331733
"port-version": 0
17341734
},
17351735
"cinatra": {

versions/c-/cimg.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "99c2c9b99d5c901a85eb69f4d4a1d9e8371b22e0",
5+
"version": "3.6.3",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "513c90b3c86b7174821db9649106787fe51c70a2",
510
"version": "3.6.2",

0 commit comments

Comments
 (0)