From b03b560b3cc81f51cf3e44ab886794d5b07b2608 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 16 Jun 2024 03:46:56 +0200 Subject: [PATCH] Upgrade to v12.2.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 06df528..eea50db 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.1.0~ynh1" +version = "12.2.1~ynh1" maintainers = ["Navan Chauhan"] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://download.technitium.com/dns/archive/12.1/DnsServerPortable.tar.gz" - sha256 = "1b4336c6e601640dd75d768fb38a4bac99b300c6d52618aa21202fb82c37899a" + url = "https://github.com/TechnitiumSoftware/DnsServer/archive/refs/tags/v12.2.1.tar.gz" + sha256 = "5fff2e970cc62d71c6f7b25b7d7e44558d4272f91fc9eb4f1c67d5baee7ba272" in_subdir = false # Careful, this autoupdate does not put the right asset, it only serves as a notification! autoupdate.strategy = "latest_github_tag"