mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fbc2bc4275
Resolve #6213
8 lines
204 B
Plaintext
8 lines
204 B
Plaintext
rpm.global("commit", gh_commit("flameshot-org/flameshot"));
|
|
if rpm.changed() {
|
|
let v = gh("flameshot-org/flameshot");
|
|
v.crop(1);
|
|
rpm.global("ver", v);
|
|
rpm.global("commit_date", date());
|
|
}
|