From 9e74e08845a1d3612e062e8e042d24a2210222dd Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 24 Feb 2025 00:22:53 +0100 Subject: [PATCH] Upgrade sources - `main` v13.4.3: https://github.com/TechnitiumSoftware/DnsServer/releases/tag/13.4.3 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 86cbb74..1bfc0d3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Technitium DNS" description.en = "DNS server for privacy and security" description.fr = "Serveur DNS pour la confidentialité et la sécurité" -version = "13.4.2~ynh1" +version = "13.4.3~ynh1" maintainers = ["Navan Chauhan"] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://download.technitium.com/dns/archive/13.4.2/DnsServerPortable.tar.gz" - sha256 = "43cc69e13085a8955465103bf94353c0e5cb2c86ce87bf4efbea0c70e574ecce" + url = "https://github.com/TechnitiumSoftware/DnsServer/archive/refs/tags/v13.4.3.tar.gz" + sha256 = "518f9a6e3f674316b46902ed77c04132a423ecb66812d5aa92197cd7add917d3" in_subdir = false # Careful, this autoupdate does not put the right asset, it only serves as a notification! autoupdate.strategy = "latest_github_tag"