Files
packages/anda/desktops/hyprland/hyprutils/update.rhai
T
2025-11-10 09:48:41 +08:00

6 lines
181 B
Plaintext

rpm.global("commit", gh_commit("hyprwm/hyprutils"));
if rpm.changed() {
rpm.global("ver", gh_rawfile("hyprwm/hyprutils", "main", "VERSION"));
rpm.global("commit_date", date());
}