mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
c42f9731da
(cherry picked from commit 2d8748f4b1)
Co-authored-by: Gilver <rockgrub@disroot.org>
6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
rpm.global("commit", gh_commit("FyraLabs/readymade"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commit_date", date());
|
|
}
|