From c0e3d0e72d9d636728a5171511e3ce1003203567 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 10 Apr 2023 20:56:16 +0200 Subject: bump --- nvfetcher.toml | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) (limited to 'nvfetcher.toml') diff --git a/nvfetcher.toml b/nvfetcher.toml index c109e06a..b1be554f 100644 --- a/nvfetcher.toml +++ b/nvfetcher.toml @@ -22,17 +22,11 @@ fetch.git = "https://github.com/CogentRedTester/mpv-sub-select" src.git = "https://github.com/ffevotte/scratch.el" fetch.github = "ffevotte/scratch.el" - [afew] src.git = "https://github.com/gkleen/afew" fetch.github = "gkleen/afew" git.leaveDotGit = true -[uhk-agent] -src.github = "UltimateHackingKeyboard/agent" -src.prefix = "v" -fetch.url = "https://github.com/UltimateHackingKeyboard/agent/releases/download/v$ver/UHK.Agent-$ver-linux-x86_64.AppImage" - [v4l2loopback] src.git = "https://github.com/umlaeute/v4l2loopback" fetch.github = "umlaeute/v4l2loopback" @@ -53,31 +47,27 @@ fetch.github = "po5/chapterskip" [lesspipe] src.github = "wofr06/lesspipe" src.prefix = "v" -fetch.url = "https://github.com/wofr06/lesspipe/archive/refs/tags/v$ver.tar.gz" +fetch.tarball = "https://github.com/wofr06/lesspipe/archive/refs/tags/v$ver.tar.gz" [postfix-mta-sts-resolver] src.github = "Snawoot/postfix-mta-sts-resolver" src.prefix = "v" -fetch.url = "https://github.com/Snawoot/postfix-mta-sts-resolver/archive/refs/tags/v$ver.tar.gz" +fetch.tarball = "https://github.com/Snawoot/postfix-mta-sts-resolver/archive/refs/tags/v$ver.tar.gz" [smartprom] src.github = "matusnovak/prometheus-smartctl" src.prefix = "v" -fetch.url = "https://github.com/matusnovak/prometheus-smartctl/archive/refs/tags/v$ver.tar.gz" +fetch.tarball = "https://github.com/matusnovak/prometheus-smartctl/archive/refs/tags/v$ver.tar.gz" [postfwd] src.github_tag = "postfwd/postfwd" src.prefix = "v" -fetch.url = "https://github.com/postfwd/postfwd/archive/refs/tags/v$ver.tar.gz" - -[etebase-py] -src.git = "https://github.com/etesync/etebase-py" -fetch.github = "etesync/etebase-py" +fetch.tarball = "https://github.com/postfwd/postfwd/archive/refs/tags/v$ver.tar.gz" [prometheus-lvm-exporter] src.github = "hansmi/prometheus-lvm-exporter" src.prefix = "v" -fetch.url = "https://github.com/hansmi/prometheus-lvm-exporter/archive/refs/tags/v$ver.tar.gz" +fetch.tarball = "https://github.com/hansmi/prometheus-lvm-exporter/archive/refs/tags/v$ver.tar.gz" [bpf-examples] src.git = "https://github.com/xdp-project/bpf-examples" @@ -87,3 +77,10 @@ git.fetchSubmodules = true [mpv-youtube-quality] src.git = "https://github.com/jgreco/mpv-youtube-quality" fetch.git = "https://github.com/jgreco/mpv-youtube-quality" + +[batman-adv] +src.webpage = "https://www.open-mesh.org/projects/open-mesh/wiki/Download" +src.regex = "The latest version of ]*>batman-adv is ]*>batman-adv-([0-9\\.]+).tar.gz" +src.from_pattern = "^.*batman-adv-([0-9\\.]+).tar.gz.*$" +src.to_pattern = "\\1" +fetch.tarball = "https://downloads.open-mesh.org/batman/stable/sources/batman-adv/batman-adv-$ver.tar.gz" \ No newline at end of file -- cgit v1.2.3