mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-26 05:20:39 +00:00
3 lines
117 B
Plaintext
3 lines
117 B
Plaintext
let v = gh("AppImageCommunity/libappimage");
|
|
rpm.f = sub("%global libver(\\s+)(.+)", `%global libver$1${v}`, rpm.f);
|