Skip to content

Commit fde0798

Browse files
authored
Update limine source (#524)
1 parent e2d8680 commit fde0798

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Ansible/roles/nvchecker/files/nvchecker.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,12 @@ prefix = "libu2f-server-"
495495
use_latest_tag = true
496496
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"
497497

498+
[limine]
499+
source = "github"
500+
github = "Limine-Bootloader/Limine"
501+
prefix = "v"
502+
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"
503+
498504
[lowcharts]
499505
source = "github"
500506
github = "juan-leon/lowcharts"
@@ -2326,12 +2332,6 @@ git = "https://codeberg.org/ravachol/kew.git"
23262332
prefix = "v"
23272333
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"
23282334

2329-
[limine]
2330-
source = "git"
2331-
git = "https://codeberg.org/Limine/Limine.git"
2332-
prefix = "v"
2333-
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"
2334-
23352335
[mmc-utils]
23362336
source = "git"
23372337
git = "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git"

0 commit comments

Comments
 (0)