Skip to content

Commit

Permalink
[sail] Update to 0.9.0-pre20 (#22986)
Browse files Browse the repository at this point in the history
* [sail] Update to 0.9.0-pre20

* [sail] vcpkg x-add-version --all --overwrite-version
  • Loading branch information
HappySeaFox committed Feb 8, 2022
1 parent d2b2289 commit c1aae67
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
7 changes: 2 additions & 5 deletions ports/sail/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO HappySeaFox/sail
REF v0.9.0-pre19
SHA512 6b85ac668b478c6b3430120127cc53e8f5d8f5ba7b30ccaf0cb2f1aa48d03e7c5b1618ca1112c593fbc8fa65e425ed5ef39b21deb37165189cd7d6f243111850
REF v0.9.0-pre20
SHA512 e11e05a452b62d6ad3d4c464994f410aa4829660003299b2d75910f0e089bde52bac73cf46b1be00524b157e059607867765f90615a6f5090c6106f12589dbb8
HEAD_REF master
)

string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SAIL_STATIC)

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"

OPTIONS
-DSAIL_STATIC=${SAIL_STATIC}
-DSAIL_COMBINE_CODECS=ON
-DSAIL_BUILD_APPS=OFF
-DSAIL_BUILD_EXAMPLES=OFF
Expand Down
4 changes: 2 additions & 2 deletions ports/sail/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "sail",
"version-semver": "0.9.0-pre19",
"port-version": 1,
"version-semver": "0.9.0-pre20",
"description": "The missing small and fast image decoding library for humans (not for machines)",
"homepage": "https://github.com/HappySeaFox/sail",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
"giflib",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6209,8 +6209,8 @@
"port-version": 0
},
"sail": {
"baseline": "0.9.0-pre19",
"port-version": 1
"baseline": "0.9.0-pre20",
"port-version": 0
},
"sais": {
"baseline": "2.4.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sail.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a5a0265e855d48cc304d1e811a62e8b6f9603134",
"version-semver": "0.9.0-pre20",
"port-version": 0
},
{
"git-tree": "096fcf183ab11a1dd35b0fc3039e7cbee1826a82",
"version-semver": "0.9.0-pre19",
Expand Down

0 comments on commit c1aae67

Please sign in to comment.