fix(lightly-qt5): Import andax/bump_extras.rhai for update.rhai (#4535) (#4541)

(cherry picked from commit 1876927c99)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-04-29 10:32:32 -07:00
committed by GitHub
parent f1a1f14b57
commit 6cbd8f1f66
+2
View File
@@ -1,3 +1,5 @@
import "andax/bump_extras.rhai" as bump;
fn main(labels) {
let branch = bump::as_bodhi_ver(labels.branch);
let url = `https://bodhi.fedoraproject.org/updates/?search=qt5-5.&status=stable&releases=${branch}&rows_per_page=1&page=1`;