mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-11 22:20:39 +00:00
7 lines
215 B
Plaintext
7 lines
215 B
Plaintext
rpm.global("commit", gh_commit("v2fly/domain-list-community"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commit_date", date());
|
|
let v = gh("v2fly/domain-list-community");
|
|
rpm.global("ver", v);
|
|
} |