diff options
Diffstat (limited to '.config/nvchecker')
-rw-r--r-- | .config/nvchecker/extra.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml index 5231611..4ac9bb4 100644 --- a/.config/nvchecker/extra.toml +++ b/.config/nvchecker/extra.toml @@ -234,6 +234,11 @@ git = "https://github.com/libsndfile/libsndfile/" exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" use_max_tag = true +[libtiff] +source = "git" +git = "https://gitlab.com/libtiff/libtiff" +use_max_tag = true + [libupnp] source = "git" git = "https://github.com/pupnp/pupnp" @@ -357,6 +362,14 @@ use_max_tag = true source = "pypi" pypi = "notify2" +[python-pip] +source = "pypi" +pypi = "pip" + +[python-resolvelib] +source = "pypi" +pypi = "resolvelib" + [qemu] source = "git" git = "https://gitlab.com/qemu-project/qemu.git" @@ -401,6 +414,11 @@ source = "git" git = "https://github.com/scons/scons" use_max_tag = true +[seabios] +source = "git" +git = "https://github.com/coreboot/seabios" +use_max_tag = true + [squashfs-tools] source = "git" git = "https://github.com/plougher/squashfs-tools" |