diff options
-rw-r--r-- | .config/nvchecker/community.toml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/.config/nvchecker/community.toml b/.config/nvchecker/community.toml index 578a5d5..a829289 100644 --- a/.config/nvchecker/community.toml +++ b/.config/nvchecker/community.toml @@ -972,6 +972,11 @@ source = "regex" regex = "files/libsmf/([\\d.]+)/?" url = "https://sourceforge.net/projects/libsmf/files/libsmf" +[libspecbleach] +source = "git" +git = "https://github.com/lucianodato/libspecbleach" +use_max_tag = true + [libtraceevent] source = "git" git = "https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git" @@ -1222,24 +1227,54 @@ git = "https://github.com/nextcloud/bookmarks" exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" use_max_tag = true +[nextcloud-app-calendar] +source = "git" +git = "https://github.com/nextcloud/calendar" +use_max_tag = true +exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" + +[nextcloud-app-contacts] +source = "git" +git = "https://github.com/nextcloud/contacts" +use_max_tag = true +exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" + [nextcloud-app-deck] source = "git" git = "https://github.com/nextcloud/deck" use_max_tag = true exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" +[nextcloud-app-mail] +source = "git" +git = "https://github.com/nextcloud/mail" +use_max_tag = true +exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" + [nextcloud-app-news] source = "git" git = "https://github.com/nextcloud/news" use_max_tag = true exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" +[nextcloud-app-notes] +source = "git" +git = "https://github.com/nextcloud/notes" +use_max_tag = true +exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" + [nextcloud-app-spreed] source = "git" git = "https://github.com/nextcloud/spreed" use_max_tag = true exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" +[nextcloud-app-tasks] +source = "git" +git = "https://github.com/nextcloud/tasks" +use_max_tag = true +exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" + [nfoview] source = "git" git = "https://github.com/otsaloma/nfoview" @@ -1813,6 +1848,10 @@ source = "git" git = "https://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git" use_max_tag = true +[python-loguru] +source = "pypi" +pypi = "loguru" + [python-ly] source = "pypi" pypi = "python-ly" @@ -2862,3 +2901,4 @@ git = "https://github.com/zynaddsubfx/zynaddsubfx" use_max_tag = true exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" + |