From 02bdc3521477086d4c4fb98c682755e2c83ef043 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 13 Sep 2023 17:00:59 +0200 Subject: ... --- nvfetcher.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'nvfetcher.toml') diff --git a/nvfetcher.toml b/nvfetcher.toml index b1be554f..bdde5795 100644 --- a/nvfetcher.toml +++ b/nvfetcher.toml @@ -83,4 +83,9 @@ 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 +fetch.tarball = "https://downloads.open-mesh.org/batman/stable/sources/batman-adv/batman-adv-$ver.tar.gz" + +[scutiger] +src.github_tag = "bk2204/scutiger" +src.prefix = "v" +fetch.tarball = "https://github.com/bk2204/scutiger/archive/refs/tags/v$ver.tar.gz" -- cgit v1.2.3