From 5d41c130e079052ef4b5a945c6d42fb96e78f581 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 27 Apr 2025 00:22:03 +0200 Subject: [PATCH 1/3] Upgrade sources - `main` v13.6.0: https://github.com/TechnitiumSoftware/DnsServer/releases/tag/13.6.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 10c3d5a..0ad8cac 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.5.0~ynh1" +version = "13.6.0~ynh1" maintainers = ["Navan Chauhan"] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://download.technitium.com/dns/archive/13.5.0/DnsServerPortable.tar.gz" - sha256 = "1b9e01b8f82854bafde97460f0cc80b5bf636343531182ffe24e8057dffa783e" + url = "https://github.com/TechnitiumSoftware/DnsServer/archive/refs/tags/v13.6.0.tar.gz" + sha256 = "37ade6327dc63700b4a63db6347d3174112d8ffcb817645073f7e5e114e76400" in_subdir = false # Careful, this autoupdate does not put the right asset, it only serves as a notification! autoupdate.strategy = "latest_github_tag" From 57dba8793fcc96b895889066bfc95f2114026c0f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 27 Apr 2025 00:22:04 +0200 Subject: [PATCH 2/3] Auto-update READMEs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d75a661..c676e72 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ It shall NOT be edited by hand. -->

- Logo of Technitium DNS + Logo of Technitium DNS Technitium DNS, packaged for YunoHost

DNS server for privacy and security [![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://technitium.com/dns/) -![Version: 13.5.0~ynh1](https://img.shields.io/badge/Version-13.5.0~ynh1-rgba(0,150,0,1)?style=for-the-badge) +[![Version: 13.6.0~ynh1](https://img.shields.io/badge/Version-13.6.0~ynh1-rgba(0,150,0,1)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/technitium-dns/)
From 7e0b262893f2938972c59037af20d856e31346f7 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 29 Apr 2025 22:16:31 +0200 Subject: [PATCH 3/3] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 0ad8cac..e28c37a 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.6.0.tar.gz" - sha256 = "37ade6327dc63700b4a63db6347d3174112d8ffcb817645073f7e5e114e76400" + url = "https://download.technitium.com/dns/archive/13.6.0/DnsServerPortable.tar.gz" + sha256 = "89614c20fb282050f701bc785681aaf1d45a5208cf313759a093df95606014b7" in_subdir = false # Careful, this autoupdate does not put the right asset, it only serves as a notification! autoupdate.strategy = "latest_github_tag"