From 01d38267fcd8d3cc1f6cd622286bab673d0dc973 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 23 Nov 2024 19:09:48 -0800 Subject: [PATCH] Fix: legcord-nightly date (#2516) (#2518) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> (cherry picked from commit e71f9dd679b100903b19c8b983588fd3119a89ac) Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/apps/legcord/nightly/legcord-nightly.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/legcord/nightly/legcord-nightly.spec b/anda/apps/legcord/nightly/legcord-nightly.spec index abce873304..cdcc62c685 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ %global commit 54a482bcf4384ffdeaf57568f52c7f2b5178695d -%global commit_date 20241022 +%global commit_date 20241122 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %define debug_package %nil @@ -88,4 +88,4 @@ fi - Set as noarch package because there are not binary files. * Sat May 6 2023 windowsboy111 - 3.1.7-1 -- Initial package \ No newline at end of file +- Initial package