Skip to content

Commit

Permalink
[libwebp] update to 1.5.0 (microsoft#43039)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzoeller authored Jan 3, 2025
1 parent 94f73f4 commit 6c9dfbe
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/libwebp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO webmproject/libwebp
REF "v${VERSION}"
SHA512 666b53fb33fa7895bf9dc83ca24e09865cf7fba7ae88b77f15a2ce11d94e84d5a6b8a084f0d8cad6c2a6eb8868ea7268f7efd2f6886148bbb58b7a3522957cde
SHA512 a922cb84e147f1aeaaac9ff4c6000ebad067a9a4b74d94c25d6c9181f487dfd6d8c7966ac1d239f4fad65cc07ad3d5c82ee9ab4adfa4b125d231056781632548
HEAD_REF master
PATCHES
0002-cmake-config.patch
Expand Down
3 changes: 1 addition & 2 deletions ports/libwebp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "libwebp",
"version": "1.4.0",
"port-version": 1,
"version": "1.5.0",
"description": "WebP codec: library to encode and decode images in WebP format",
"homepage": "https://github.com/webmproject/libwebp",
"license": "BSD-3-Clause",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5357,8 +5357,8 @@
"port-version": 1
},
"libwebp": {
"baseline": "1.4.0",
"port-version": 1
"baseline": "1.5.0",
"port-version": 0
},
"libwebsockets": {
"baseline": "4.3.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libwebp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "785bb5f8a86b4f67c4186cdb2c7ee09d344dcfff",
"version": "1.5.0",
"port-version": 0
},
{
"git-tree": "9d0c00119dd6ec04488b4e0c926aa3ae73b95847",
"version": "1.4.0",
Expand Down

0 comments on commit 6c9dfbe

Please sign in to comment.