Skip to content

Commit

Permalink
nvchecker: Add nvchecker to several packages
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Jan 3, 2025
1 parent 00e1b75 commit 947aa56
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cachyos-alacritty-config/.nvchecker.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[cachyos-alacritty-config]
source = "git"
git = "https://github.com/cachyos/cachyos-alacritty-config.git"
3 changes: 3 additions & 0 deletions cachyos-ananicy-rules/.nvchecker.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[cachyos-ananicy-rules]
source = "git"
git = "https://github.com/CachyOS/ananicy-rules.git"
3 changes: 3 additions & 0 deletions cachyos-cli-installer-new/.nvchecker.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[cachyos-cli-installer-new]
source = "git"
git = "https://github.com/cachyos/new-cli-installer.git"
4 changes: 4 additions & 0 deletions cachyos-fish-config/.nvchecker.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[cachyos-fish-config]
source = "git"
git = "https://github.com/CachyOS/cachyos-fish-config.git"
prefix = "v"
3 changes: 3 additions & 0 deletions cachyos-gnome-settings/.nvchecker.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[cachyos-gnome-settings]
source = "git"
git = "https://github.com/cachyos/cachyos-gnome-settings.git"
3 changes: 3 additions & 0 deletions cachyos-i3wm-settings/.nvchecker.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[cachyos-i3wm-settings]
source = "git"
git = "https://github.com/cachyos/cachyos-i3wm-settings.git"
3 changes: 3 additions & 0 deletions cachyos-kde-settings/.nvchecker.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[cachyos-kde-settings]
source = "git"
git = "https://github.com/cachyos/cachyos-kde-settings.git"
3 changes: 3 additions & 0 deletions cachyos-kdump-tools/.nvchecker.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[cachyos-kdump-tools]
source = "git"
git = "https://github.com/CachyOS/cachyos-kdump-tools.git"
4 changes: 4 additions & 0 deletions cachyos-kernel-manager/.nvchecker.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[cachyos-kernel-manager]
source = "git"
git = "https://github.com/cachyos/kernel-manager.git"
prefix = "v"
3 changes: 3 additions & 0 deletions cachyos-openbox-settings/.nvchecker.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[cachyos-openbox-settings]
source = "git"
git = "https://github.com/cachyos/cachyos-openbox-settings.git"
4 changes: 4 additions & 0 deletions cachyos-packageinstaller/.nvchecker.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[cachyos-packageinstaller]
source = "git"
git = "https://github.com/cachyos/packageinstaller.git"
prefix = "v"
3 changes: 3 additions & 0 deletions cachyos-qtile-settings/.nvchecker.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[cachyos-qtile-settings]
source = "git"
git = "https://github.com/CachyOS/cachyos-qtile-settings.git"
4 changes: 4 additions & 0 deletions cachyos-sysctl-manager/.nvchecker.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[cachyos-sysctl-manager]
source = "git"
git = "https://github.com/cachyos/sysctl-manager.git"
prefix = "v"

0 comments on commit 947aa56

Please sign in to comment.