mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
ed2f45849e
* fix(flatpost): update.rhai Signed-off-by: madomado <madonuko@outlook.com> * actually just this Signed-off-by: madomado <madonuko@outlook.com> * trim? Signed-off-by: madomado <madonuko@outlook.com> --------- Signed-off-by: madomado <madonuko@outlook.com>
4 lines
97 B
Plaintext
4 lines
97 B
Plaintext
let v = gh_rawfile("GloriousEggroll/flatpost", "main", "VERSION.txt");
|
|
v.trim();
|
|
rpm.version(v);
|