mirror of
https://github.com/terrapkg/packages.git
synced 2026-07-03 09:20:50 +00:00
8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
rpm.global("ver", gh_tag("albfan/miraclecast"));
|
|
|
|
rpm.global("commit", gh_commit("albfan/miraclecast"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commit_date", date());
|
|
}
|