aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorDmitry Baryshev <dmitrymq@gmail.com>2021-09-10 07:17:59 +0300
committerGitHub <noreply@github.com>2021-09-09 21:17:59 -0700
commitcc18a51ed3684931f1d5cac7bf8a657fe652bc29 (patch)
treefa36ccb787a1817821b35634054087bffdf773ea /ports
parent7dd411637348596441b5e46a556c84b0e331620b (diff)
downloadvcpkg-cc18a51ed3684931f1d5cac7bf8a657fe652bc29.tar.gz
vcpkg-cc18a51ed3684931f1d5cac7bf8a657fe652bc29.zip
[sail] Update to 0.9.0-pre16 (#20046)
* [sail] Update to v0.9.0-pre16 * [sail] vcpkg x-add-version --all * [sail] Update git REPO * [sail] vcpkg x-add-version --all --overwrite-version
Diffstat (limited to 'ports')
-rw-r--r--ports/sail/portfile.cmake6
-rw-r--r--ports/sail/vcpkg.json4
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/sail/portfile.cmake b/ports/sail/portfile.cmake
index 0365adc90..5be00ca62 100644
--- a/ports/sail/portfile.cmake
+++ b/ports/sail/portfile.cmake
@@ -2,9 +2,9 @@ vcpkg_fail_port_install(ON_TARGET "UWP")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
- REPO smoked-herring/sail
- REF v0.9.0-pre15
- SHA512 7f587a3cc05dbcee2327953438e5605beab6622b0511eb2c8d4d433a0586c6589ea6cad8ab8b02726be613502c9cfd53dfa263a4878bde9f0138ff076aa24d61
+ REPO HappySeaFox/sail
+ REF v0.9.0-pre16
+ SHA512 dca4b930c78d0d330cde0a0255efae6042e11914eec37be35b1fc39eaf3855a47f5b2d07be17c8b4c67f569acfab2cfe7ff86aaeba60eed4bbf2be637b1bf192
HEAD_REF master
)
diff --git a/ports/sail/vcpkg.json b/ports/sail/vcpkg.json
index aaa084e45..df5d694f2 100644
--- a/ports/sail/vcpkg.json
+++ b/ports/sail/vcpkg.json
@@ -1,8 +1,8 @@
{
"name": "sail",
- "version-semver": "0.9.0-pre15",
+ "version-semver": "0.9.0-pre16",
"description": "The missing small and fast image decoding library for humans (not for machines)",
- "homepage": "https://github.com/smoked-herring/sail",
+ "homepage": "https://github.com/HappySeaFox/sail",
"supports": "!uwp",
"dependencies": [
"giflib",