From a20d3b3e41619c0550b15905de891eafa4f70911 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 16 Aug 2022 21:51:41 +0200 Subject: Add lame to extra .config/nvchecker/extra.toml Add upstream tracking for lame. .config/packages/extra.txt: Add lame to extra. --- .config/nvchecker/extra.toml | 5 +++++ .config/packages/extra.txt | 1 + 2 files changed, 6 insertions(+) (limited to '.config') 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 -- cgit v1.2.3-54-g00ecf