Files
packages/anda/lib/libfreeaptx/update.rhai
T
Raboneko 44740209d0 Add: libfreeaptx (#2962) (#2967)
(cherry picked from commit fab1f2ac03)

Co-authored-by: Gil <rockgrub@protonmail.com>
2025-01-15 15:45:55 +07:00

6 lines
140 B
Plaintext

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