Update packages #20
@@ -41,13 +41,13 @@ jobs:
|
||||
|
||||
{ name: "unordered_dense", version: "4.8.1", location: "all" },
|
||||
{ name: "mimalloc", version: "3.3.2", location: "all" },
|
||||
{ name: "meshoptimizer", version: "1.1", location: "all" },
|
||||
{ name: "sqlite3", version: "3.53.1", location: "all" },
|
||||
{ name: "meshoptimizer", version: "1.2", location: "all" },
|
||||
{ name: "sqlite3", version: "3.53.3", location: "all" },
|
||||
{ name: "rapidhash", version: "3.0", location: "all" },
|
||||
{ name: "cli11", version: "2.6.1", location: "all" },
|
||||
{ name: "assimp", version: "6.0.4", location: "5.x" },
|
||||
{ name: "cli11", version: "2.6.2", location: "all" },
|
||||
{ name: "assimp", version: "6.0.5", location: "5.x" },
|
||||
|
||||
{ name: "imgui", version: "1.92.7-docking", location: "all" },
|
||||
{ name: "imgui", version: "1.92.8-docking", location: "all" },
|
||||
]
|
||||
name: "Package ${{matrix.package.name }}/${{ matrix.package.version }}"
|
||||
steps:
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
sources:
|
||||
"6.0.5":
|
||||
url: "https://github.com/assimp/assimp/archive/refs/tags/v6.0.5.tar.gz"
|
||||
sha256: "edf3749559c2b7d1f758ffb66fc5bec62186221e623b7f2e8969f17ee46ecb6f"
|
||||
"6.0.4":
|
||||
url: "https://github.com/assimp/assimp/archive/refs/tags/v6.0.4.tar.gz"
|
||||
sha256: "afa5487efdd285661afa842c85187cd8c541edad92e8d4aa85be4fca7476eccc"
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
versions:
|
||||
"6.0.5":
|
||||
folder: "5.x"
|
||||
"6.0.4":
|
||||
folder: "5.x"
|
||||
"6.0.2":
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
sources:
|
||||
"2.6.2":
|
||||
url: "https://github.com/CLIUtils/CLI11/archive/v2.6.2.tar.gz"
|
||||
sha256: "c6ea6b2e5608b3ea8617999bd5f47420c71b2ebdb8dc4767c1034d1da5785711"
|
||||
"2.6.1":
|
||||
url: "https://github.com/CLIUtils/CLI11/archive/v2.6.1.tar.gz"
|
||||
sha256: "377691f3fac2b340f12a2f79f523c780564578ba3d6eaf5238e9f35895d5ba95"
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
versions:
|
||||
"2.6.2":
|
||||
folder: all
|
||||
"2.6.1":
|
||||
folder: all
|
||||
"2.6.0":
|
||||
|
||||
@@ -1,6 +1,13 @@
|
||||
# this package's recipe relies on version suffixes to handle imgui's docking branch.
|
||||
# Suffix: -docking for docking branch sources
|
||||
sources:
|
||||
"1.92.8-docking":
|
||||
core:
|
||||
url: "https://github.com/ocornut/imgui/archive/v1.92.8-docking.tar.gz"
|
||||
sha256: "ca0653454ed371b7a87e9b0bc29a5d15c9be7f7c0fbe778042fc48c71df1d3d8"
|
||||
testengine:
|
||||
url: "https://github.com/ocornut/imgui_test_engine/archive/v1.92.8.tar.gz"
|
||||
sha256: "66411ef3a0b7d42183a96cba079bceef8fa2c79f5d3507f8a183cbcc1d33ecc2"
|
||||
"1.92.7-docking":
|
||||
core:
|
||||
url: "https://github.com/ocornut/imgui/archive/v1.92.7-docking.tar.gz"
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
versions:
|
||||
"1.92.8-docking":
|
||||
folder: all
|
||||
"1.92.7-docking":
|
||||
folder: all
|
||||
"1.92.6":
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
sources:
|
||||
"1.2":
|
||||
url: "https://github.com/zeux/meshoptimizer/archive/refs/tags/v1.2.tar.gz"
|
||||
sha256: "e40f71b809cdf3361b9a4def85fd44534e8733ce29d4b943c145b76859e4c2b4"
|
||||
"1.1":
|
||||
url: "https://github.com/zeux/meshoptimizer/archive/refs/tags/v1.1.tar.gz"
|
||||
sha256: "b787011f81b4b3069c2f9065b7c191efdd4189a49be32ba5282dd5579f05261a"
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
versions:
|
||||
"1.2":
|
||||
folder: all
|
||||
"1.1":
|
||||
folder: all
|
||||
"1.0":
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
sources:
|
||||
"3.53.3":
|
||||
url: "https://sqlite.org/2026/sqlite-amalgamation-3530300.zip"
|
||||
sha256: "646421e12aac110282ef8cc68f1a62d4bb15fc7b8f09da0b53e29ee690500431"
|
||||
"3.53.1":
|
||||
url: "https://sqlite.org/2026/sqlite-amalgamation-3530100.zip"
|
||||
sha256: "36ad6e7f38540a3b21a2ac36340833f0a9e426bc1c752751c3ba669466827eae"
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
versions:
|
||||
"3.53.3":
|
||||
folder: all
|
||||
"3.53.1":
|
||||
folder: all
|
||||
"3.51.2":
|
||||
|
||||
Reference in New Issue
Block a user