7
0
forked from pool/rusty_v8

fix filename and version in _service

Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
This commit is contained in:
Soc Virnyl Estela
2025-07-18 08:47:49 +08:00
parent 9f68202310
commit 40cef46fa3
4 changed files with 7 additions and 5 deletions

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