mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:43:18 +08:00
[mozjpeg] update to 4.1.5 (#34978)
* [mozjpeg] update to 4.1.5 * [mozjpeg] update to 4.1.5
This commit is contained in:
parent
fe1e9f508e
commit
174dc0bd14
@ -5,8 +5,8 @@ endif()
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO mozilla/mozjpeg
|
||||
REF a2d2907ff023227e80c1e4efa809812410275a12 #v4.1.1
|
||||
SHA512 77c003406a0b86859c461d92bd216168d6c4f5d55735e4a9ab473d3dbcad03fd4e398204f884dfd03f0fa883da296ac05a8c5242aa40792a3e179627e51db154
|
||||
REF "v${VERSION}"
|
||||
SHA512 90e1b0067740b161398d908e90b976eccc2ee7174496ce9693ba3cdf4727559ecff39744611657d847dd83164b80993152739692a5233aca577ebd052efaf501
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-install-error.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mozjpeg",
|
||||
"version": "4.1.1",
|
||||
"version": "4.1.5",
|
||||
"description": "MozJPEG reduces file sizes of JPEG images while retaining quality and compatibility with the vast majority of the world's deployed decoders. It's compatible with libjpeg API and ABI, and can be used as a drop-in replacement for libjpeg.",
|
||||
"homepage": "https://github.com/mozilla/mozjpeg",
|
||||
"license": "IJG AND BSD-3-Clause AND Zlib",
|
||||
|
@ -5633,7 +5633,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"mozjpeg": {
|
||||
"baseline": "4.1.1",
|
||||
"baseline": "4.1.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"mp-units": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6d5cda3e9c9c8f0ed895897d457afaf8d9604363",
|
||||
"version": "4.1.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "0eb278a28c1706df4c9ce1413968d9e2a40edda8",
|
||||
"version": "4.1.1",
|
||||
|
Loading…
Reference in New Issue
Block a user