From b1f6197d77e5d6790275b16b66626cf42469aa41 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 9 Feb 2021 00:21:54 +0100 Subject: nvchecker: Add core repo config .config/nvchecker/core.toml: Add nvchecker config for Arch Linux' core repo. --- .config/nvchecker/core.toml | 70 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 .config/nvchecker/core.toml diff --git a/.config/nvchecker/core.toml b/.config/nvchecker/core.toml new file mode 100644 index 0000000..52fcd2d --- /dev/null +++ b/.config/nvchecker/core.toml @@ -0,0 +1,70 @@ +[__config__] +oldver = "core.old.json" +newver = "core.new.json" + +[efibootmgr] +source = "git" +git = "https://github.com/rhboot/efibootmgr" +use_max_tag = true + +[efivar] +source = "git" +git = "https://github.com/rhboot/efivar" +use_max_tag = true + +[elfutils] +source = "git" +git = "https://sourceware.org/git/elfutils.git" +use_max_tag = true + +[expat] +source = "git" +git = "https://github.com/libexpat/libexpat/" +include_regex = "(R_)([\\d.*][_].*)" +use_max_tag = true + +[gdbm] +source = "regex" +regex = "gdbm-([\\d.]+)\\.tar\\.gz?" +url = "https://www.gnu.org.ua/software/gdbm/download.html" + +[libassuan] +source = "git" +git = "https://dev.gnupg.org/source/libassuan.git" +use_max_tag = true + +[libcap] +source = "git" +git = "https://git.kernel.org/pub/scm/libs/libcap/libcap.git" +use_max_tag = true + +[libcap-ng] +source = "git" +git = "https://github.com/stevegrubb/libcap-ng" +use_max_tag = true + +[libusb] +source = "git" +git = "https://github.com/libusb/libusb" +exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|bp)(-[\\d.]+|[\\d.]+|)" +use_max_tag = true + +[licenses] + +[ncurses] +source = "regex" +regex = "ncurses-([\\d.]+)\\.tar\\.gz?" +url = "https://ftp.gnu.org/pub/gnu/ncurses/" + +[npth] +source = "git" +git = "https://dev.gnupg.org/source/npth.git" +use_max_tag = true + +[pambase] + +[usbutils] +source = "git" +git = "https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git" +use_max_tag = true + -- cgit v1.2.3