From b04aa5604236556b765ceef6eda4b6245f6832dc Mon Sep 17 00:00:00 2001 From: "Wrench[bot]" Date: Mon, 14 Oct 2024 21:03:30 -0700 Subject: [PATCH 1/2] all: update Zig to version 0.14.0-dev.1911+3bf89f55c Signed-off-by: Wrench[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89aca009..cdf28471 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: Setup Zig run: | sudo apt install xz-utils - sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-linux-x86_64-0.14.0-dev.1710+8ee52f99c.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' + sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-linux-x86_64-0.14.0-dev.1911+3bf89f55c.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' - name: x86_64-linux -> aarch64-macos run: zig build -Dtarget=aarch64-macos # - name: test @@ -24,10 +24,10 @@ jobs: - name: Setup Zig run: | $ProgressPreference = 'SilentlyContinue' - Invoke-WebRequest -Uri "https://pkg.machengine.org/zig/zig-windows-x86_64-0.14.0-dev.1710+8ee52f99c.zip" -OutFile "C:\zig.zip" + Invoke-WebRequest -Uri "https://pkg.machengine.org/zig/zig-windows-x86_64-0.14.0-dev.1911+3bf89f55c.zip" -OutFile "C:\zig.zip" cd C:\ 7z x zig.zip - Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.14.0-dev.1710+8ee52f99c\" + Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.14.0-dev.1911+3bf89f55c\" # - name: test # run: zig build test x86_64-macos: @@ -38,6 +38,6 @@ jobs: - name: Setup Zig run: | brew install xz - sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-macos-x86_64-0.14.0-dev.1710+8ee52f99c.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' + sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-macos-x86_64-0.14.0-dev.1911+3bf89f55c.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' # - name: test # run: zig build test From 3d0640e00d3f006cea9a3505a462c63390b434fb Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Wed, 16 Oct 2024 10:12:24 -0700 Subject: [PATCH 2/2] update dependencies (helps hexops/mach#1276) Signed-off-by: Stephen Gutekanst --- build.zig.zon | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index de4955ec..964fff7c 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -14,18 +14,18 @@ }, .dependencies = .{ .freetype = .{ - .url = "https://pkg.machengine.org/freetype/15176bb045dcef2af742d66c806ddc974c38f258.tar.gz", - .hash = "12200af3f1a4033f44eb28fef742326b3cbfd27cfe199af07a82383ea175241a4eb0", + .url = "https://pkg.machengine.org/freetype/060ee56c3d10c01fb8a1da4fe8cb2102f2537f30.tar.gz", + .hash = "1220e1384f26c5b9a3749b49eced1cb8264e871b367dcda2624d37a05367e96c4319", .lazy = true, }, .harfbuzz = .{ - .url = "https://pkg.machengine.org/harfbuzz/2897696cb9b066141d024bcfd959866a53947167.tar.gz", - .hash = "1220c21ec4271e03037eac73ff89f0c89162683e76bf256f5ffb601a86db05c070a3", + .url = "https://pkg.machengine.org/harfbuzz/b335727bc98f2561071b73b74a9517d03a501b9b.tar.gz", + .hash = "1220d8885935207caa5a2de2ed14c53611c632e0f9696e9db8844c06e69f0b921cd9", .lazy = true, }, .font_assets = .{ - .url = "https://pkg.machengine.org/font-assets/0cd16a0a8a59b525508d6bf3cd22e9c409ad461f.tar.gz", - .hash = "1220fd0ff82273f04dfbc2ffd91b1423a0a28dff7382194676a9949b87eabb6d45b2", + .url = "https://pkg.machengine.org/font-assets/7be31835bdd355dae3f87b25b8b812f0ce39c36b.tar.gz", + .hash = "1220ee98a91bb5df0d6ea9648e19da546cc2929664a3bd30e91b7b52a310e1a1ca5e", .lazy = true, }, },