mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
chore(andax/bump_extras.rhai): Bump EPEL to 10.1 (#8182)
Our CI automatically started pulling Alma 10.1 packages so we should bump the EPEL version to match. Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
@@ -41,7 +41,7 @@ fn as_bodhi_ver(branch) {
|
||||
if branch.starts_with("el") {
|
||||
branch.crop(2);
|
||||
if branch == "10" {
|
||||
return "EPEL-10.0";
|
||||
return "EPEL-10.1";
|
||||
}
|
||||
return `EPEL-${release}`;
|
||||
} else if branch == "frawhide" {
|
||||
|
||||
Reference in New Issue
Block a user