Files
packages/anda/lib/xavs2/update.rhai
T
Gil 0f95f1cf4a Add: xavs2 (#3112)
* Add: xavs2

* Change: Made the update check weekly, project is kinda dead

Signed-off-by: Gil <rockgrub@protonmail.com>

---------

Signed-off-by: Gil <rockgrub@protonmail.com>
2025-01-24 19:01:38 +07:00

6 lines
128 B
Plaintext

rpm.global("commit", gh_commit("pkuvcl/xavs2"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}