mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 01:42:18 +00:00
ee855f141e
* bump: umu davs2 * fix(davs2): rpm conditional syntax * fix(davs2): use %nil * why * fix(davs2): go back to using %len --------- Signed-off-by: sadlerm4 <sad_lerm@hotmail.com> Co-authored-by: Raboneko <raboneko@fyralabs.com>
5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
rpm.version(gh_tag("pkuvcl/davs2"));
|
|
if rpm.changed() {
|
|
rpm.global("commit0", "%nil");
|
|
rpm.release();
|
|
} |