diff options
-rw-r--r-- | .config/nvchecker/extra.toml | 5 | ||||
-rw-r--r-- | .config/packages/extra.txt | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml index 4ac9bb4..d39b901 100644 --- a/.config/nvchecker/extra.toml +++ b/.config/nvchecker/extra.toml @@ -168,6 +168,11 @@ source = "regex" regex = "ladspa_sdk_([\\d.]+)\\.tgz?" url = "https://www.ladspa.org/ladspa_sdk/download.html" +[lame] +source = "regex" +regex = "https://sourceforge.net/projects/lame/files/lame/([\\d.]+)/" +url = "https://sourceforge.net/projects/lame/files/lame/" + [libao] source = "git" git = "https://gitlab.xiph.org/xiph/libao" diff --git a/.config/packages/extra.txt b/.config/packages/extra.txt index aa38278..be7a7b2 100644 --- a/.config/packages/extra.txt +++ b/.config/packages/extra.txt @@ -33,6 +33,7 @@ irqbalance jack-example-tools jack2 ladspa +lame libao libavtp libgit2 |