diff options
author | David Runge <dave@sleepmap.de> | 2022-08-16 21:51:41 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2022-08-16 21:51:41 +0200 |
commit | a20d3b3e41619c0550b15905de891eafa4f70911 (patch) | |
tree | ad69def2d67c130cc9b29b27e5ae321b086a243b | |
parent | 1a55eab77cc5a50d26eddd4bbaca2f8580e1ace5 (diff) | |
download | dotfiles-a20d3b3e41619c0550b15905de891eafa4f70911.tar.gz dotfiles-a20d3b3e41619c0550b15905de891eafa4f70911.tar.bz2 dotfiles-a20d3b3e41619c0550b15905de891eafa4f70911.tar.xz dotfiles-a20d3b3e41619c0550b15905de891eafa4f70911.zip |
Add lame to extra
.config/nvchecker/extra.toml
Add upstream tracking for lame.
.config/packages/extra.txt:
Add lame to extra.
-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 |