fix (antlr4): update script (#9188) (#9190)

(cherry picked from commit 1f083e7d4b)

Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Raboneko
2026-01-12 21:53:10 -08:00
committed by GitHub
parent f475fe6831
commit 4df94480bf
+1 -1
View File
@@ -2,6 +2,6 @@ rpm.global("commit", gh_commit("parrt/antlr4-python3"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
let v = gh("Winetricks/winetricks");
let v = gh("parrt/antlr4-python3");
rpm.global("ver", v);
}