diff options
| author | Dmitry Baryshev <dmitrymq@gmail.com> | 2021-08-25 00:49:58 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-24 14:49:58 -0700 |
| commit | d286ed336d9c5bbc7c051e98d4cd63a0c0d3cb87 (patch) | |
| tree | 78f82cc46961334f6feb19af9e099447c2f34e08 /ports | |
| parent | 025e564979cc01d0fbc5c920aa8a36635efb01bb (diff) | |
| download | vcpkg-d286ed336d9c5bbc7c051e98d4cd63a0c0d3cb87.tar.gz vcpkg-d286ed336d9c5bbc7c051e98d4cd63a0c0d3cb87.zip | |
[sail] Update to 0.9.0-pre15 (#19724)
* [sail] Update to v0.9.0-pre15
* [sail] vcpkg x-add-version --all
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 c17b9d106..0365adc90 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 smoked-herring/sail
- REF v0.9.0-pre14
- SHA512 a1b50893a9d4112f2bf2ca73e763d705615d0b110a41a1dbe8c32566b7706c054cb44d9c169163ef4f9d125242b39b55e123021fb2dad8d2f5a4d216c1a202b4
+ REF v0.9.0-pre15
+ SHA512 7f587a3cc05dbcee2327953438e5605beab6622b0511eb2c8d4d433a0586c6589ea6cad8ab8b02726be613502c9cfd53dfa263a4878bde9f0138ff076aa24d61
HEAD_REF master
)
diff --git a/ports/sail/vcpkg.json b/ports/sail/vcpkg.json index 4b77bfb6d..aaa084e45 100644 --- a/ports/sail/vcpkg.json +++ b/ports/sail/vcpkg.json @@ -1,6 +1,6 @@ { "name": "sail", - "version-semver": "0.9.0-pre14", + "version-semver": "0.9.0-pre15", "description": "The missing small and fast image decoding library for humans (not for machines)", "homepage": "https://github.com/smoked-herring/sail", "supports": "!uwp", @@ -9,6 +9,7 @@ "libavif", "libjpeg-turbo", "libpng", + "libwebp", "tiff", { "name": "vcpkg-cmake", |
