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/)
diff --git a/manifest.toml b/manifest.toml index 10c3d5a..e28c37a 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://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"