fix(audacity-freeworld): update.rhai function (#3351) (#3451)

(cherry picked from commit 1987beae5a)

Co-authored-by: sadlerm4 <sad_lerm@hotmail.com>
This commit is contained in:
Raboneko
2025-02-19 10:41:35 -08:00
committed by GitHub
parent b5ba2543f0
commit 98b2b7e3d7
2 changed files with 2 additions and 2 deletions
@@ -5,7 +5,7 @@
%global sanitized_ver %(echo "$( sed 's/Audacity-//' <<< "%{ver}" )")
Name: audacity-freeworld
Version: split.3.0.3
Version: %{sanitized_ver}
Release: 1%?dist
Summary: Multitrack audio editor
License: GPLv2
+1 -1
View File
@@ -1 +1 @@
rpm.version(gh_tag("audacity/audacity"));
rpm.global("ver", gh_tag("audacity/audacity"));