diff --git a/README.md b/README.md index ed96b82..f58dd53 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Technitium DNS Server is an open source tool that can be used for blocking Inter - Wildcard sub domain support. -**Shipped version:** 12.1.0~ynh1 +**Shipped version:** 12.2.1~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index f0428c6..d61c258 100644 --- a/README_es.md +++ b/README_es.md @@ -33,7 +33,7 @@ Technitium DNS Server is an open source tool that can be used for blocking Inter - Wildcard sub domain support. -**Versión actual:** 12.1.0~ynh1 +**Versión actual:** 12.2.1~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index ff552bb..f81cb02 100644 --- a/README_eu.md +++ b/README_eu.md @@ -33,7 +33,7 @@ Technitium DNS Server is an open source tool that can be used for blocking Inter - Wildcard sub domain support. -**Paketatutako bertsioa:** 12.1.0~ynh1 +**Paketatutako bertsioa:** 12.2.1~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index ef269cf..24426f4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -32,7 +32,7 @@ Technitium DNS Server est un outil open source qui peut être utilisé pour bloq - Hébergez vous-même vos noms de domaine sur votre propre serveur DNS. - Prise en charge des sous-domaines génériques. -**Version incluse :** 12.1.0~ynh1 +**Version incluse :** 12.2.1~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index dfc7aa3..9ffea28 100644 --- a/README_gl.md +++ b/README_gl.md @@ -33,7 +33,7 @@ Technitium DNS Server is an open source tool that can be used for blocking Inter - Wildcard sub domain support. -**Versión proporcionada:** 12.1.0~ynh1 +**Versión proporcionada:** 12.2.1~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index b887132..92f5fee 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -33,7 +33,7 @@ Technitium DNS Server is an open source tool that can be used for blocking Inter - Wildcard sub domain support. -**分发版本:** 12.1.0~ynh1 +**分发版本:** 12.2.1~ynh1 ## 截图 diff --git a/manifest.toml b/manifest.toml index 06df528..657d539 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,12 +43,13 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://download.technitium.com/dns/archive/12.1/DnsServerPortable.tar.gz" - sha256 = "1b4336c6e601640dd75d768fb38a4bac99b300c6d52618aa21202fb82c37899a" + url = "https://download.technitium.com/dns/archive/12.2.1/DnsServerPortable.tar.gz" + sha256 = "8119931c77107331884d445a58a51f7debeea396ae8cb032ce63dffba0d7e8b1" in_subdir = false # Careful, this autoupdate does not put the right asset, it only serves as a notification! autoupdate.strategy = "latest_github_tag" autoupdate.asset = "tarball" + autoupdate.needs_manual_tweaks = true [resources.sources.dotnet] amd64.url = "https://download.visualstudio.microsoft.com/download/pr/ce31d92b-b514-4f9c-843b-29c466871369/b332eba5641cbc6eed1e3a98480972d2/aspnetcore-runtime-8.0.6-linux-x64.tar.gz" diff --git a/scripts/remove b/scripts/remove index 9c8fd25..27977e1 100755 --- a/scripts/remove +++ b/scripts/remove @@ -27,7 +27,6 @@ ynh_remove_logrotate ynh_remove_nginx_config # Remove the log files -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT