fix: Bump date

This commit is contained in:
Gilver
2026-06-01 01:46:48 -05:00
parent 3cd4b8eef3
commit d6cefabb4d
+1
View File
@@ -5,5 +5,6 @@ rpm.global("commit", c);
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
rpm.global("api_version", find(`#define X264_BUILD ([\d]+)`, get(`https://${domain}/videolan/x264/-/raw/${c}/x264.h`), 1));
}