mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix(audacity-freeworld): update.rhai function (#3351)
This commit is contained in:
@@ -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 @@
|
||||
rpm.version(gh_tag("audacity/audacity"));
|
||||
rpm.global("ver", gh_tag("audacity/audacity"));
|
||||
|
||||
Reference in New Issue
Block a user