diff options
author | David Runge <dave@sleepmap.de> | 2022-05-06 11:23:36 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2022-05-06 11:33:45 +0200 |
commit | f232c299c7f4740da9f64efd61d5eadd2c346186 (patch) | |
tree | 40b73cb630f396cb84a0110e7860891cea666260 | |
parent | 918079352856ec33c5c9f6e13a2c85e5ac9b9d21 (diff) | |
download | dotfiles-f232c299c7f4740da9f64efd61d5eadd2c346186.tar.gz dotfiles-f232c299c7f4740da9f64efd61d5eadd2c346186.tar.bz2 dotfiles-f232c299c7f4740da9f64efd61d5eadd2c346186.tar.xz dotfiles-f232c299c7f4740da9f64efd61d5eadd2c346186.zip |
nvchecker: Activate version checking for vde2
.config/nvchecker/extra.toml:
The vde2 upstream made a release with tag in git, which means we can now
track it.
-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" |