Compare commits
4 Commits
9ceb7737e5
...
20b1c115b4
| Author | SHA1 | Date | |
|---|---|---|---|
| 20b1c115b4 | |||
| 44b377058e | |||
| 2db456413c | |||
| 0bd4e6142d |
@@ -24,7 +24,7 @@ jobs:
|
|||||||
{ name: "eabase", version: "01082025", location: "all", needs_pkg: "" },
|
{ name: "eabase", version: "01082025", location: "all", needs_pkg: "" },
|
||||||
{ name: "eastl", version: "3.27.01", location: "all", needs_pkg: "eabase" },
|
{ name: "eastl", version: "3.27.01", location: "all", needs_pkg: "eabase" },
|
||||||
{ name: "pixelmatch-cpp17", version: "1.0.3", location: "all", needs_pkg: "" },
|
{ name: "pixelmatch-cpp17", version: "1.0.3", location: "all", needs_pkg: "" },
|
||||||
{ name: "lodepng", version: "cci.20250727", location: "all", needs_pkg: "" },
|
{ name: "lodepng", version: "cci.20260210", location: "all", needs_pkg: "" },
|
||||||
{ name: "stduuid", version: "1.2.3", location: "all", needs_pkg: "" },
|
{ name: "stduuid", version: "1.2.3", location: "all", needs_pkg: "" },
|
||||||
{ name: "flatbuffers", version: "25.12.19", location: "all", needs_pkg: "" },
|
{ name: "flatbuffers", version: "25.12.19", location: "all", needs_pkg: "" },
|
||||||
{ name: "vulkan-memory-allocator", version: "3.3.0", location: "all", needs_pkg: "" },
|
{ name: "vulkan-memory-allocator", version: "3.3.0", location: "all", needs_pkg: "" },
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
{ name: "unordered_dense", version: "4.8.1", location: "all", needs_pkg: "" },
|
{ name: "unordered_dense", version: "4.8.1", location: "all", needs_pkg: "" },
|
||||||
{ name: "mimalloc", version: "3.1.5", location: "all", needs_pkg: "" },
|
{ name: "mimalloc", version: "3.1.5", location: "all", needs_pkg: "" },
|
||||||
{ name: "meshoptimizer", version: "1.0", location: "all", needs_pkg: "" },
|
{ name: "meshoptimizer", version: "1.0", location: "all", needs_pkg: "" },
|
||||||
{ name: "sqlite3", version: "3.51.0", location: "all", needs_pkg: "" },
|
{ name: "sqlite3", version: "3.51.2", location: "all", needs_pkg: "" },
|
||||||
{ name: "rapidhash", version: "3.0", location: "all", needs_pkg: "" }
|
{ name: "rapidhash", version: "3.0", location: "all", needs_pkg: "" }
|
||||||
]
|
]
|
||||||
name: "Package ${{matrix.package.name }}/${{ matrix.package.version }}"
|
name: "Package ${{matrix.package.name }}/${{ matrix.package.version }}"
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
sources:
|
sources:
|
||||||
|
"cci.20260210":
|
||||||
|
url: "https://github.com/lvandeve/lodepng/archive/9a857a004f2828f287fdd8a6d3ab454eebe07166.tar.gz"
|
||||||
|
sha256: "071307b36cb5d102df2e7045cd6e69674b7137087755dd2c55ac4a1147df28f6"
|
||||||
"cci.20250727":
|
"cci.20250727":
|
||||||
url: "https://github.com/lvandeve/lodepng/archive/344b4b442d0de0787a999724dd6569461a00c92c.tar.gz"
|
url: "https://github.com/lvandeve/lodepng/archive/344b4b442d0de0787a999724dd6569461a00c92c.tar.gz"
|
||||||
sha256: "ffc13ecfbe27978e018e2ac6b089d6a2bd1a571d81b5ebb50e7364ec17ca3a74"
|
sha256: "ffc13ecfbe27978e018e2ac6b089d6a2bd1a571d81b5ebb50e7364ec17ca3a74"
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
versions:
|
versions:
|
||||||
|
"cci.20260210":
|
||||||
|
folder: all
|
||||||
"cci.20250727":
|
"cci.20250727":
|
||||||
folder: all
|
folder: all
|
||||||
"cci.20241228":
|
"cci.20241228":
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
sources:
|
sources:
|
||||||
|
"3.51.2":
|
||||||
|
url: "https://sqlite.org/2026/sqlite-amalgamation-3510200.zip"
|
||||||
|
sha256: "6e2a845a493026bdbad0618b2b5a0cf48584faab47384480ed9f592d912f23ec"
|
||||||
"3.51.0":
|
"3.51.0":
|
||||||
url: "https://sqlite.org/2025/sqlite-amalgamation-3510000.zip"
|
url: "https://sqlite.org/2025/sqlite-amalgamation-3510000.zip"
|
||||||
sha256: "1caf7116f2910600d04473ad69d37ec538fa62fa36adccd37b5e0e43647c98be"
|
sha256: "1caf7116f2910600d04473ad69d37ec538fa62fa36adccd37b5e0e43647c98be"
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
versions:
|
versions:
|
||||||
|
"3.51.2":
|
||||||
|
folder: all
|
||||||
"3.51.0":
|
"3.51.0":
|
||||||
folder: all
|
folder: all
|
||||||
"3.50.4":
|
"3.50.4":
|
||||||
|
|||||||
Reference in New Issue
Block a user