From eb99e066a26d4d27113048f310ea5bbb277f8ca2 Mon Sep 17 00:00:00 2001 From: "Wrench[bot]" Date: Mon, 14 Oct 2024 21:03:34 -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 858e5985..6a377742 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: build @@ -26,10 +26,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: build run: zig build - name: test @@ -42,7 +42,7 @@ 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: build run: zig build - name: test From ec553d831cbad08ae9fb79aff65c1b715565d62f Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Wed, 16 Oct 2024 10:19:03 -0700 Subject: [PATCH 2/2] update dependencies 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 dfe0a6c2..f3206e7b 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -13,16 +13,16 @@ }, .dependencies = .{ .opusfile = .{ - .url = "https://pkg.machengine.org/opusfile/61a0a366b67cc4610cd7cd30c74c17279a534041.tar.gz", - .hash = "1220d2e4eb23efd04182238895253144f1d77f129c188bcd02d4e16e1ff5fe2ef1d5", + .url = "https://pkg.machengine.org/opusfile/99becf7a9bfa11156a7b7d34961195986143e453.tar.gz", + .hash = "12204b7e93344b93bf540b1db9f96b75c4864f812654363de49c5f5ae1e03fc7e4c8", }, .opusenc = .{ - .url = "https://pkg.machengine.org/opusenc/8e0f2dfa7c1955640b05c753303c4ff10ee569a1.tar.gz", - .hash = "1220bf1f884cb4c9da7e148738efc22989ca4eddc500f6da47f99c4b1614f487ac24", + .url = "https://pkg.machengine.org/opusenc/b9b90d878618a31313d9e8a3269ff6d67777201b.tar.gz", + .hash = "1220562c2af414ed0b2c5e8a012682efb4b2f00e72ebffd19ca33b29311472427011", }, .linux_audio_headers = .{ - .url = "https://pkg.machengine.org/linux-audio-headers/f3c7af67371ac8ccc1ba9c9401833b78ab7d7300.tar.gz", - .hash = "12205e969e48f38bcc1184c4ea41785b662d1c694fb31225406a871cf491a5bed31e", + .url = "https://pkg.machengine.org/linux-audio-headers/d0fa18e57044c35935bc52941bdf898b61ce6f80.tar.gz", + .hash = "1220aa08da5d0682f5e6defcd8fcc3f7fbd7c3f471ec25cca6cc47e1e0f003dad28b", }, }, }