Skip to content

Commit

Permalink
[skia] update to 126
Browse files Browse the repository at this point in the history
[icu] update to 75.1
  • Loading branch information
abique committed May 22, 2024
1 parent 587cd22 commit b4137dc
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ports/icu/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ vcpkg_download_distfile(
ARCHIVE
URLS "https://github.com/unicode-org/icu/releases/download/release-${VERSION3}/icu4c-${VERSION2}-src.tgz"
FILENAME "icu4c-${VERSION2}-src.tgz"
SHA512 e6c7876c0f3d756f3a6969cad9a8909e535eeaac352f3a721338b9cbd56864bf7414469d29ec843462997815d2ca9d0dab06d38c37cdd4d8feb28ad04d8781b0
SHA512 70ea842f0d5f1f6c6b65696ac71d96848c4873f4d794bebc40fd87af2ad4ef064c61a786bf7bc430ce4713ec6deabb8cc1a8cc0212eab148cee2d498a3683e45
)

vcpkg_extract_source_archive(SOURCE_PATH
Expand Down
3 changes: 1 addition & 2 deletions ports/icu/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "icu",
"version": "74.2",
"port-version": 2,
"version": "75.1",
"description": "Mature and widely used Unicode and localization library.",
"homepage": "https://icu.unicode.org/home",
"license": "ICU",
Expand Down
10 changes: 5 additions & 5 deletions ports/skia/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include("${CMAKE_CURRENT_LIST_DIR}/skia-functions.cmake")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/skia
REF "e7bf161ff959268a2a2f37530a6ea61c27019d33"
SHA512 9cb0c39c6721c5e27a24bee97c93925b7b1f4dd774c08520384ccdf736ab5097e49692529a9fe46f50ae799e6aa9f3e8d7ec43cf9177914fcd6f6f01b76a52c4
REF "9097d768e80c83cd38697be2f194aff4d1f7e488"
SHA512 da9b32c870f50e1fda6d6b4becd2f24b7cac9daf7bfe62728097cf6179a33b91eb7a474cd8b66943df37025073270b020fc9753a23baabc5556aff80756f6632
PATCHES
disable-msvc-env-setup.patch
disable-dev-test.patch
Expand All @@ -31,7 +31,7 @@ declare_external_from_git(d3d12allocator
)
declare_external_from_git(dawn
URL "https://dawn.googlesource.com/dawn.git"
REF "bac513d0ae286600ea0f75a75223a5b52a198b9b"
REF "1b2d3eb175fdf83e21e21b6167a34225a03d2bc2"
LICENSE_FILE LICENSE
)
declare_external_from_git(dng_sdk
Expand Down Expand Up @@ -61,12 +61,12 @@ declare_external_from_git(spirv-cross
)
declare_external_from_git(spirv-headers
URL "https://github.com/KhronosGroup/SPIRV-Headers.git"
REF "8b246ff75c6615ba4532fe4fde20f1be090c3764"
REF "49a1fceb9b1d087f3c25ad5ec077bb0e46231297"
LICENSE_FILE LICENSE
)
declare_external_from_git(spirv-tools
URL "https://github.com/KhronosGroup/SPIRV-Tools.git"
REF "f20663ca7fec48fdc88e4c4d7c5889f8b4cc5664"
REF "199038f10cbe56bf7cbfeb5472eb0a25af2f09f5"
LICENSE_FILE LICENSE
)
declare_external_from_git(wuffs
Expand Down
2 changes: 1 addition & 1 deletion ports/skia/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skia",
"version": "124",
"version": "126",
"description": [
"Skia is an open source 2D graphics library which provides common APIs that work across a variety of hardware and software platforms.",
"It serves as the graphics engine for Google Chrome and Chrome OS, Android, Mozilla Firefox and Firefox OS, and many other products.",
Expand Down
6 changes: 3 additions & 3 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3477,8 +3477,8 @@
"port-version": 0
},
"icu": {
"baseline": "74.2",
"port-version": 2
"baseline": "75.1",
"port-version": 0
},
"ideviceinstaller": {
"baseline": "2023-07-21",
Expand Down Expand Up @@ -8169,7 +8169,7 @@
"port-version": 0
},
"skia": {
"baseline": "124",
"baseline": "126",
"port-version": 0
},
"skyr-url": {
Expand Down
5 changes: 5 additions & 0 deletions versions/i-/icu.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e605b4f58e462a8953507bb7f2ca6d5d3f8417ee",
"version": "75.1",
"port-version": 0
},
{
"git-tree": "a36199768fe1f9676b61d5d28ed9ac36c9f041c0",
"version": "74.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/skia.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cf829098ce6c9f15af20bbdf5ba355f2c31fa732",
"version": "126",
"port-version": 0
},
{
"git-tree": "b993a94ad57f5f651ac7dfa08cf20f17134a1b0d",
"version": "124",
Expand Down

0 comments on commit b4137dc

Please sign in to comment.