[cimg] Update to 3.4.1 (#40705)

Co-authored-by: Jon <v-zhli17@microsoft.com>
This commit is contained in:
JonLiu1993 2024-09-04 03:18:34 +08:00 committed by GitHub
parent 5fe110778a
commit 0e130d33d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -3,7 +3,7 @@ set(VCPKG_BUILD_TYPE release) # header-only
vcpkg_from_github(OUT_SOURCE_PATH SOURCE_PATH vcpkg_from_github(OUT_SOURCE_PATH SOURCE_PATH
REPO dtschump/CImg REPO dtschump/CImg
REF "v.${VERSION}" REF "v.${VERSION}"
SHA512 a960354bc245e933a0b6e175bfe1f9d03abff300a9d9e74e67203e204302349a9ec9dc500e2023776c614180d07a408bdfe9f044185c0707b25714f6ac9d8b85 SHA512 54357c177c1e25117778d444e0317a5a5f9dc9dd40ff2c280b6c05f846b2352c523ba6ab9eeea2e05094cc8fbbfe5a544a5f83eeda46394b3d87962b3b1e31d5
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "cimg", "name": "cimg",
"version": "3.4.0", "version": "3.4.1",
"description": "The CImg Library is a small, open-source, and modern C++ toolkit for image processing", "description": "The CImg Library is a small, open-source, and modern C++ toolkit for image processing",
"homepage": "https://github.com/dtschump/CImg", "homepage": "https://github.com/dtschump/CImg",
"license": "CECILL-C AND CECILL-2.0", "license": "CECILL-C AND CECILL-2.0",

View File

@ -1629,7 +1629,7 @@
"port-version": 0 "port-version": 0
}, },
"cimg": { "cimg": {
"baseline": "3.4.0", "baseline": "3.4.1",
"port-version": 0 "port-version": 0
}, },
"cista": { "cista": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "cbdf83e75dfb6177ce460bbb289b5fa2b3aa410c",
"version": "3.4.1",
"port-version": 0
},
{ {
"git-tree": "1c08fdefb8bf0afdace2a7521533a3bd4fbd8f8d", "git-tree": "1c08fdefb8bf0afdace2a7521533a3bd4fbd8f8d",
"version": "3.4.0", "version": "3.4.0",