Skip to content

Commit

Permalink
fix(update): lomiri-download-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Feb 13, 2024
1 parent f2cfa1f commit 00551ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-download-manager
%global commit 6ab489306b1d76628a1bcf413debba1c238ec703
%global commit 682c4928a91da598767e0be2496d9c35af7db035
%forgemeta

Name: lomiri-download-manager
Version: 0.5.1
Version: 0.1.3
Release: 1%{?dist}
Summary: Upload Download Manager for Lomiri
License: LGPLv3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let o = get("https://gitlab.com/api/v4/projects/25034025/repository/tags").json_arr()[0];
let o = get("https://gitlab.com/api/v4/projects/17088252/repository/tags").json_arr()[0];
let f = rpm.f;
rpm.version(o.name);
// check if changed
Expand Down

0 comments on commit 00551ef

Please sign in to comment.