7
0
forked from pool/rusty_v8

bump to version 137.2.1 #5

Manually merged
javascript merged 3 commits from uncomfyhalomacro/rusty_v8:main into main 2025-07-18 09:02:01 +02:00
4 changed files with 7 additions and 5 deletions
Showing only changes of commit 40cef46fa3 - Show all commits

View File

@@ -2,6 +2,8 @@
<service name="cargo_vendor" mode="manual">
<param name="src">https://github.com/denoland/rusty_v8</param>
<param name="revision">v137.2.1</param>
<param name="versionrewriteregex">^v?(.*)</param>
<param name="versionrewritepattern">$1</param>
<param name="compression">zst</param>
<param name="update">false</param>
</service>

BIN
rusty_v8-137.2.1.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rusty_v8-v137.2.1.tar.zst (Stored with Git LFS)

Binary file not shown.

View File

@@ -19,13 +19,13 @@
%global __requires_exclude_from ^%{_libdir}/crates/rusty_v8/.*$
Name: rusty_v8
Version: v137.2.1
Version: 137.2.1
Release: 0
Summary: Build tooling for Deno (do not install or use!)
License: MIT
Group: Productivity/Other
URL: https://github.com/denoland/rusty_v8
Source0: %{name}-v%{version}.tar.zst
Source0: %{name}-%{version}.tar.zst
Source1: vendor.tar.zst
Source100: rusty_v8-rpmlintrc
Patch0: deno-v8-arm.patch