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

This commit is contained in:
sadlerm4
2025-02-20 05:31:43 +11:00
committed by GitHub
parent d0fd155c68
commit 1987beae5a
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"));