SHA256
7
0
forked from pool/deno

Compare commits

...

3 Commits

Author SHA256 Message Date
Soc Virnyl Estela
e31b802c2c dep: specify to only update v8
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
2025-08-10 08:10:38 +08:00
Soc Virnyl Estela
cd1e96e525 dep: force precise the keyring version
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
2025-08-10 08:04:41 +08:00
Soc Virnyl Estela
490ce68e30 bump deno version to 2.4.3
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
2025-08-09 22:03:07 +08:00
5 changed files with 9 additions and 8 deletions

View File

@@ -5,10 +5,11 @@
<services>
<service name="cargo_vendor" mode="manual">
<param name="update">false</param>
<param name="update-crate">keyring@4.0.0-rc.1</param>
<param name="respect-lockfile">true</param>
<param name="method">registry</param>
<param name="url">https://github.com/denoland/deno</param>
<param name="revision">v2.4.2</param>
<param name="revision">v2.4.3</param>
<param name="versionrewriteregex">^v?(.*)</param>
<param name="versionrewritepattern">$1</param>
</service>

BIN
deno-2.4.2.tar.zst (Stored with Git LFS)

Binary file not shown.

BIN
deno-2.4.3.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -21,7 +21,7 @@
%global _lto_cflags %nil
%global _v8_version 137.2.1
Name: deno
Version: 2.4.2
Version: 2.4.3
Release: 0
Summary: A secure JavaScript and TypeScript runtime
License: MIT
@@ -128,7 +128,7 @@ export CXXFLAGS="%{optflags}"
# https://www.chromium.org/developers/gn-build-configuration
export GN_ARGS="clang_version=${CLANG_VERSION} use_lld=true enable_nacl = false blink_symbol_level = 0 v8_symbol_level = 0"
%{__cargo} update --offline
%{__cargo} update v8 --offline
%{cargo_build}
%install

BIN
registry.tar.zst (Stored with Git LFS)

Binary file not shown.