Files
packages/anda/lib/libfreeaptx/update.rhai
T
2025-01-15 15:44:18 +07:00

6 lines
140 B
Plaintext

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