From fc23a6a0646b48b49a707981cfa98ab9b0e75be4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 8 Apr 2025 00:20:49 +0200 Subject: [PATCH 1/2] Upgrade sources - `main` v13.5.0: https://github.com/TechnitiumSoftware/DnsServer/releases/tag/13.5.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 21b0975..b788b99 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.3~ynh1" +version = "13.5.0~ynh1" maintainers = ["Navan Chauhan"] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://download.technitium.com/dns/archive/13.4.3/DnsServerPortable.tar.gz" - sha256 = "c5bbfd6d07016e59e0170da3d1c62a73e7c5eee689734ec27d08de5560d2dd78" + url = "https://github.com/TechnitiumSoftware/DnsServer/archive/refs/tags/v13.5.0.tar.gz" + sha256 = "7a5f47af4c938c5983e415547b777f853ede5ada8837012c8b5e8e36df1a380e" in_subdir = false # Careful, this autoupdate does not put the right asset, it only serves as a notification! autoupdate.strategy = "latest_github_tag" From f0fe8a8a47e6395d806084d3ec80ee415a508012 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 8 Apr 2025 03:37:19 +0200 Subject: [PATCH 2/2] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index b788b99..10c3d5a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/TechnitiumSoftware/DnsServer/archive/refs/tags/v13.5.0.tar.gz" - sha256 = "7a5f47af4c938c5983e415547b777f853ede5ada8837012c8b5e8e36df1a380e" + url = "https://download.technitium.com/dns/archive/13.5.0/DnsServerPortable.tar.gz" + sha256 = "1b9e01b8f82854bafde97460f0cc80b5bf636343531182ffe24e8057dffa783e" in_subdir = false # Careful, this autoupdate does not put the right asset, it only serves as a notification! autoupdate.strategy = "latest_github_tag"