diff options
-rw-r--r-- | .config/nvchecker/extra.toml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml index afec2b3..1cc3a82 100644 --- a/.config/nvchecker/extra.toml +++ b/.config/nvchecker/extra.toml @@ -408,10 +408,9 @@ regex = "tinycdb-([\\d.]+)\\.tar\\.gz?" url = "https://www.corpit.ru/mjt/tinycdb/" [vde2] -# NOTE: blocked by https://github.com/virtualsquare/vde-2/issues/26 -# source = "git" -# git = "https://github.com/virtualsquare/vde-2" -# use_max_tag = true +source = "git" +git = "https://github.com/virtualsquare/vde-2" +use_max_tag = true [vlc] source = "git" |