mirror of
https://github.com/terrapkg/packages.git
synced 2026-07-03 01:10:51 +00:00
1578c7c8e2
(cherry picked from commit c19f7af2b3)
Co-authored-by: madomado <madonuko@outlook.com>
6 lines
181 B
Plaintext
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());
|
|
}
|