mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-07 12:22:19 +00:00
861103b50c
* fix(owl): use meson and add scenefx dep * fix(mwc): rename old package name * avoid famine due to failed crop
10 lines
245 B
Plaintext
10 lines
245 B
Plaintext
if filters.contains("nightly") {
|
|
rpm.global("commit", gh_commit("dqrk0jeste/mwc"));
|
|
let v = gh("dqrk0jeste/mwc");
|
|
if rpm.changed() {
|
|
rpm.global("commit_date", date());
|
|
v.crop(1);
|
|
rpm.global("ver", v);
|
|
}
|
|
}
|