summarylogtreecommitdiffstats
path: root/.NVCHECKER
diff options
context:
space:
mode:
authorGeorgeRaven2022-02-01 08:30:49 +0000
committerGeorgeRaven2022-02-01 08:30:49 +0000
commitc97199cc5095c787bd2caf17686ff382c54cd5ba (patch)
tree723718cb8216b0d45c057111824453dbbd7746cd /.NVCHECKER
parent3eabe198a30dd88f66c77030e62b26276a5af68e (diff)
downloadaur-c97199cc5095c787bd2caf17686ff382c54cd5ba.tar.gz
Added .NVCHECKER and updated PKGBUILD
I have added .NVCHECKER config file so for future automation of package bumps. I have also updated the PKGBUILD to use the latest version and with my own style.
Diffstat (limited to '.NVCHECKER')
-rw-r--r--.NVCHECKER7
1 files changed, 7 insertions, 0 deletions
diff --git a/.NVCHECKER b/.NVCHECKER
new file mode 100644
index 000000000000..7ccd14da3325
--- /dev/null
+++ b/.NVCHECKER
@@ -0,0 +1,7 @@
+[cni-plugins]
+source = "github"
+github = "containernetworking/plugins"
+prefix = "v"
+use_max_tag = true
+exclude_regex = ".(release|weekly|rc|alpha|beta)."
+