aboutsummaryrefslogtreecommitdiffstats
path: root/.config/nvchecker
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2022-08-16 21:03:23 +0200
committerDavid Runge <dave@sleepmap.de>2022-08-16 21:03:23 +0200
commit4ce013c36639137b4fce1909f91d563b65393581 (patch)
treef205de89fff23f90986f1db801aaa57ed4346ef5 /.config/nvchecker
parenta052f062421d16d27ec1f2350c5b56097460298d (diff)
downloaddotfiles-4ce013c36639137b4fce1909f91d563b65393581.tar.gz
dotfiles-4ce013c36639137b4fce1909f91d563b65393581.tar.bz2
dotfiles-4ce013c36639137b4fce1909f91d563b65393581.tar.xz
dotfiles-4ce013c36639137b4fce1909f91d563b65393581.zip
Add packages to extra
.config/nvchecker/extra.toml: Add upstream tracking for libtiff, python-pip, python-resolvelib and seabios. .config/packages/extra.txt: Add libtiff, python-pip, python-resolvelib and seabios to extra.
Diffstat (limited to '.config/nvchecker')
-rw-r--r--.config/nvchecker/extra.toml18
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"