summaryrefslogtreecommitdiff
path: root/nvfetcher.toml
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-01-26 13:27:10 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2025-01-26 13:27:10 +0100
commitc817a13e220c2fd418df24d41a99aeb35f3154eb (patch)
treefd2a293c193464649afdee1950e52b431fd5f2a0 /nvfetcher.toml
parent01de0c24e3be9445f7e753de7a443655eb51394f (diff)
downloadnixos-c817a13e220c2fd418df24d41a99aeb35f3154eb.tar
nixos-c817a13e220c2fd418df24d41a99aeb35f3154eb.tar.gz
nixos-c817a13e220c2fd418df24d41a99aeb35f3154eb.tar.bz2
nixos-c817a13e220c2fd418df24d41a99aeb35f3154eb.tar.xz
nixos-c817a13e220c2fd418df24d41a99aeb35f3154eb.zip
bump
Diffstat (limited to 'nvfetcher.toml')
-rw-r--r--nvfetcher.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml
index d33040c5..e7ba37e5 100644
--- a/nvfetcher.toml
+++ b/nvfetcher.toml
@@ -78,12 +78,12 @@ git.fetchSubmodules = true
78src.git = "https://github.com/jgreco/mpv-youtube-quality" 78src.git = "https://github.com/jgreco/mpv-youtube-quality"
79fetch.git = "https://github.com/jgreco/mpv-youtube-quality" 79fetch.git = "https://github.com/jgreco/mpv-youtube-quality"
80 80
81[batman-adv] 81# [batman-adv]
82src.webpage = "https://www.open-mesh.org/projects/open-mesh/wiki/Download" 82# src.webpage = "https://www.open-mesh.org/projects/open-mesh/wiki/Download"
83src.regex = "The latest version of <a[^\\>]*>batman-adv</a> is <a[^\\>]*>batman-adv-([0-9\\.]+).tar.gz</a>" 83# src.regex = "The latest version of <a[^\\>]*>batman-adv</a> is <a[^\\>]*>batman-adv-([0-9\\.]+).tar.gz</a>"
84src.from_pattern = "^.*batman-adv-([0-9\\.]+).tar.gz.*$" 84# src.from_pattern = "^.*batman-adv-([0-9\\.]+).tar.gz.*$"
85src.to_pattern = "\\1" 85# src.to_pattern = "\\1"
86fetch.tarball = "https://downloads.open-mesh.org/batman/stable/sources/batman-adv/batman-adv-$ver.tar.gz" 86# fetch.tarball = "https://downloads.open-mesh.org/batman/stable/sources/batman-adv/batman-adv-$ver.tar.gz"
87 87
88[scutiger] 88[scutiger]
89src.github_tag = "bk2204/scutiger" 89src.github_tag = "bk2204/scutiger"