mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-21 02:50:38 +00:00
10599156e4
(cherry picked from commit 4131d700e0)
Co-authored-by: Cypress Reed <willow@willowidk.dev>
7 lines
251 B
Plaintext
7 lines
251 B
Plaintext
rpm.global("commit", get("https://api.github.com/repos/noctalia-dev/noctalia/commits/main").json().sha);
|
|
if rpm.changed() {
|
|
// rpm.global("ver", gh("noctalia-dev/noctalia"));
|
|
rpm.global("commit_date", date());
|
|
rpm.release();
|
|
}
|