mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 09:31:58 +00:00
8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
rpm.global("commit", gh_commit("parrt/antlr4-python3"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commit_date", date());
|
|
let v = gh("Winetricks/winetricks");
|
|
rpm.global("ver", v);
|
|
}
|