From 3d727ef7552924b9e4acb326048b1a4cb87bd79a4368219c7b8110a2afb92e79 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 10 Nov 2024 09:38:40 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=242 --- deno.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.spec b/deno.spec index 6deaa75..3c6c4c6 100644 --- a/deno.spec +++ b/deno.spec @@ -101,7 +101,7 @@ updated with the --reload flag. # Now we patch whatever was vendored %autosetup -a1 -a2 -p1 -n %{name} -echo -e "\n[patch.crates-io]\nv8 = { path = './v8' }" >> Cargo.toml +echo -e "\n[patch.crates-io]\nv8 = { path = './v8-0.106.0' }" >> Cargo.toml %build # Ensure that the clang version matches. This command came from Archlinux. Thanks.