Skip to content

Commit

Permalink
[imageinfo] Bump to 2024-02-21 (microsoft#37833)
Browse files Browse the repository at this point in the history
  • Loading branch information
pozemka authored Mar 30, 2024
1 parent 37387ae commit 6c296b9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/imageinfo/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO xiaozhuai/imageinfo
REF 3c24fd6442808471d7d4acf4e2ff50f3f235a481 # committed on 2024-01-19
SHA512 269c3872aeeecf30289cc90bb529747c498db36e20266762d2b39065410e12b9e76d3b4fff13b2bbc8f3c56e39dd2318b18357a2529f9074ae7919ef0b622bd6
REF f20f3f99e3a5d936043512516248664a4f1f110a # committed on 2024-02-21
SHA512 34a62472900e22f6cf0c1bc070245a283252d8ea7ccfaa01e38350180205b8d5116d433602957cca634bf5a6364bb432ca1c064255393d027cf61cfe90271411
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/imageinfo/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imageinfo",
"version-date": "2024-01-19",
"version-date": "2024-02-21",
"description": "Cross platform super fast single header c++ library to get image size and format without loading/decoding. Support avif, bmp, cur, dds, gif, hdr (pic), heic (heif), icns, ico, jp2, jpeg (jpg), jpx, ktx, png, psd, qoi, tga, tiff (tif), webp ...",
"homepage": "https://github.com/xiaozhuai/imageinfo",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3565,7 +3565,7 @@
"port-version": 0
},
"imageinfo": {
"baseline": "2024-01-19",
"baseline": "2024-02-21",
"port-version": 0
},
"imath": {
Expand Down
5 changes: 5 additions & 0 deletions versions/i-/imageinfo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "403bef5529245e8c0af645d98b657a1924fe0031",
"version-date": "2024-02-21",
"port-version": 0
},
{
"git-tree": "08efe02a552cf7bce5a61a088fa5768dd4b4d84d",
"version-date": "2024-01-19",
Expand Down

0 comments on commit 6c296b9

Please sign in to comment.