From eb7348b2deb7a3aab66587ed1633158d977cc9ec Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 21 Dec 2021 13:37:03 +0100 Subject: nvchecker: Sort alphabetically .config/nvchecker/community.toml: Sort entries alphaetically. Add include_regex for vamp-plugin-sdk. --- .config/nvchecker/community.toml | 75 ++++++++++++++++++++-------------------- 1 file changed, 38 insertions(+), 37 deletions(-) diff --git a/.config/nvchecker/community.toml b/.config/nvchecker/community.toml index 8d1768d..13c40a2 100644 --- a/.config/nvchecker/community.toml +++ b/.config/nvchecker/community.toml @@ -148,6 +148,11 @@ source = "git" git = "https://github.com/blablack/beatslash-lv2" use_max_tag = true +[bespokesynth] +source = "git" +git = "https://github.com/BespokeSynth/BespokeSynth" +use_max_tag = true + [bitsery] source = "git" git = "https://github.com/fraillt/bitsery" @@ -1716,6 +1721,12 @@ pypi = "mergedict" source = "pypi" pypi = "micawber" +[python-mistune1] +source = "git" +git = "https://github.com/lepture/mistune" +use_max_tag = true +exclude_regex = "(v2)([\\d.]+)(-|)(|a|dev|rc|RC|alpha|beta|bp|pre)(-[\\d.]+|[\\d.]+|)" + [python-mujson] source = "pypi" pypi = "mujson" @@ -2445,6 +2456,11 @@ source = "git" git = "https://git.kernel.org/pub/scm/utils/tuna/tuna.git" use_max_tag = true +[tuning-library] +source = "git" +git = "https://github.com/surge-synthesizer/tuning-library" +use_max_tag = true + [twolame] source = "regex" regex = "files/twolame/([\\d.]+)?" @@ -2474,6 +2490,7 @@ use_max_tag = true [vamp-plugin-sdk] source = "git" git = "https://github.com/c4dm/vamp-plugin-sdk" +include_regex = "vamp-plugin-sdk-v([\\d]+)" use_max_tag = true [vco-plugins] @@ -2542,6 +2559,12 @@ source = "regex" regex = "WAH-plugins-([\\d.]+)\\.tar\\.bz2?" url = "https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html" +[wails] +source = "git" +git = "https://github.com/wailsapp/wails" +use_max_tag = true +exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|bp|pre)(-[\\d.]+|[\\d.]+|)" + [waylock] source = "git" git = "https://github.com/ifreund/waylock" @@ -2582,6 +2605,11 @@ source = "regex" regex = "xwax-([\\d.]+)\\.tar\\.gz?" url = "https://xwax.org/releases" +[yabridge] +source = "git" +git = "https://github.com/robbert-vdh/yabridge" +use_max_tag = true + [yoshimi] source = "git" git = "https://github.com/yoshimi/yoshimi" @@ -2652,6 +2680,16 @@ source = "git" git = "https://github.com/google/zopfli" use_max_tag = true +[zsa-wally] +source = "git" +git = "https://github.com/zsa/wally" +use_max_tag = true + +[zsa-wally-cli] +source = "git" +git = "https://github.com/zsa/wally-cli" +use_max_tag = true + [zsh-autosuggestions] source = "git" git = "https://github.com/zsh-users/zsh-autosuggestions" @@ -2678,40 +2716,3 @@ git = "https://github.com/zynaddsubfx/zynaddsubfx" use_max_tag = true exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" -[bespokesynth] -source = "git" -git = "https://github.com/BespokeSynth/BespokeSynth" -use_max_tag = true - -[tuning-library] -source = "git" -git = "https://github.com/surge-synthesizer/tuning-library" -use_max_tag = true - -[python-mistune1] -source = "git" -git = "https://github.com/lepture/mistune" -use_max_tag = true -exclude_regex = "(v2)([\\d.]+)(-|)(|a|dev|rc|RC|alpha|beta|bp|pre)(-[\\d.]+|[\\d.]+|)" - -[wails] -source = "git" -git = "https://github.com/wailsapp/wails" -use_max_tag = true -exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|bp|pre)(-[\\d.]+|[\\d.]+|)" - -[yabridge] -source = "git" -git = "https://github.com/robbert-vdh/yabridge" -use_max_tag = true - -[zsa-wally] -source = "git" -git = "https://github.com/zsa/wally" -use_max_tag = true - -[zsa-wally-cli] -source = "git" -git = "https://github.com/zsa/wally-cli" -use_max_tag = true - -- cgit v1.2.3-54-g00ecf