From 4ce013c36639137b4fce1909f91d563b65393581 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 16 Aug 2022 21:03:23 +0200 Subject: 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. --- .config/nvchecker/extra.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to '.config/nvchecker') 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" -- cgit v1.2.3-70-g09d2