From f3eb54b2eaef075db51ed8186c9de8b15e04bb97 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 3 Feb 2025 00:22:24 +0100 Subject: [PATCH] Upgrade sources - `main` v13.4.1: https://github.com/TechnitiumSoftware/DnsServer/releases/tag/13.4.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 657d539..654ff66 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 = "12.2.1~ynh1" +version = "13.4.1~ynh1" maintainers = ["Navan Chauhan"] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://download.technitium.com/dns/archive/12.2.1/DnsServerPortable.tar.gz" - sha256 = "8119931c77107331884d445a58a51f7debeea396ae8cb032ce63dffba0d7e8b1" + url = "https://github.com/TechnitiumSoftware/DnsServer/archive/refs/tags/v13.4.1.tar.gz" + sha256 = "a55f0a93dbdc0f8992496039caf4c0d0da64dcd6c2aebdb5a7e1c97038b18ec4" in_subdir = false # Careful, this autoupdate does not put the right asset, it only serves as a notification! autoupdate.strategy = "latest_github_tag"