Skip to content

Commit

Permalink
[libjpeg-turbo] Upgrade to 2.1.3 (#23280)
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsbd authored Mar 4, 2022
1 parent 54ab052 commit 89f1922
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/libjpeg-turbo/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libjpeg-turbo/libjpeg-turbo
REF ecf021bc0d6f435daacff7c35ccaeef0145df1b9 # 2.1.2
SHA512 74ca399599f785e8c8c271f57f73c17acf6eadbd27c0c62aa1f95bbcb51542fd92aa19b4beee811c73902085fbcd365236dcc579726372c09fa9b12c2599d0f5
REF c5f269eb9665435271c05fbcaf8721fa58e9eafa # 2.1.3
SHA512 5d1c3cbbc7628339cfedc0f81a65ceb972aba2b8ffcc72d001f87526d0ff468f83665c78165051aa95c39200d9aaa6aee76e01266a4ea9cddb678dc6ef17ec27
HEAD_REF master
PATCHES
add-options-for-exes-docs-headers.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/libjpeg-turbo/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libjpeg-turbo",
"version": "2.1.2",
"version": "2.1.3",
"description": "libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems.",
"homepage": "https://github.com/libjpeg-turbo/libjpeg-turbo",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3629,7 +3629,7 @@
"port-version": 3
},
"libjpeg-turbo": {
"baseline": "2.1.2",
"baseline": "2.1.3",
"port-version": 0
},
"libjuice": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libjpeg-turbo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "987bbe2533672eff1aaf160f0f36c818a1f986ee",
"version": "2.1.3",
"port-version": 0
},
{
"git-tree": "b37f789a1bb562a1469e0c30cf195c641ab824a6",
"version": "2.1.2",
Expand Down

0 comments on commit 89f1922

Please sign in to comment.