diff options
| author | Dmitry Baryshev <dmitrymq@gmail.com> | 2021-10-07 13:34:38 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-07 03:34:38 -0700 |
| commit | f960a5102d153cd77801f2be7265f2a2ea99a95d (patch) | |
| tree | f3753c270b8c2cc8bd30d4e088b83bb4394b5183 /ports | |
| parent | d988e4ee209b8ec12b402b8f55afe378267833c3 (diff) | |
| download | vcpkg-f960a5102d153cd77801f2be7265f2a2ea99a95d.tar.gz vcpkg-f960a5102d153cd77801f2be7265f2a2ea99a95d.zip | |
[sail] Update to 0.9.0-pre17 (#20562)
* [sail] Update to 0.9.0-pre17
* [sail] vcpkg x-add-version --all --overwrite-version
* [sail] Update pre17 hash
* [sail] vcpkg x-add-version --all --overwrite-version
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/sail/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/sail/vcpkg.json | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/sail/portfile.cmake b/ports/sail/portfile.cmake index 5be00ca62..38b45f714 100644 --- a/ports/sail/portfile.cmake +++ b/ports/sail/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_TARGET "UWP") vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO HappySeaFox/sail
- REF v0.9.0-pre16
- SHA512 dca4b930c78d0d330cde0a0255efae6042e11914eec37be35b1fc39eaf3855a47f5b2d07be17c8b4c67f569acfab2cfe7ff86aaeba60eed4bbf2be637b1bf192
+ REF v0.9.0-pre17
+ SHA512 5efa1d56049d84515a92ae2df76476afcfd53ed4ea1f406851bcd86683c3b5390ee53fcd5d1dac233b855a1445496fda7fd7612a157596b0b4d088bacb5dd0fd
HEAD_REF master
)
diff --git a/ports/sail/vcpkg.json b/ports/sail/vcpkg.json index df5d694f2..13d3a7365 100644 --- a/ports/sail/vcpkg.json +++ b/ports/sail/vcpkg.json @@ -1,11 +1,12 @@ { "name": "sail", - "version-semver": "0.9.0-pre16", + "version-semver": "0.9.0-pre17", "description": "The missing small and fast image decoding library for humans (not for machines)", "homepage": "https://github.com/HappySeaFox/sail", "supports": "!uwp", "dependencies": [ "giflib", + "jasper", "libavif", "libjpeg-turbo", "libpng", |
