Skip to content

Commit

Permalink
chore(sync): rawhide -> 40
Browse files Browse the repository at this point in the history
Doing this again due to bad timing with PR/backport etc.
  • Loading branch information
madonuko committed Jul 10, 2024
1 parent 0dfd015 commit c046310
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion anda/apps/mugshot/update.rhai
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
rpm.version(gh("bluesabre/mugshot"));
let v = gh("bluesabre/mugshot");
v.crop(8);
rpm.version(v);
2 changes: 1 addition & 1 deletion anda/devs/zed/preview/zed-preview.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%bcond_without check
%global debug_package %{nil}
%global ver 0.142.1
%global ver 0.144.0

%global crate zed
%global app_id dev.zed.Zed-Preview
Expand Down
4 changes: 3 additions & 1 deletion anda/tools/umstellar/update.rhai
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
rpm.global("pypi_version", gh("Ultramarine-Linux/stellar"));
let v = gh("Ultramarine-Linux/stellar");
v.crop(1); // remove "v" prefix
rpm.global("pypi_version", v);

0 comments on commit c046310

Please sign in to comment.