mirror of
https://github.com/YunoHost-Apps/technitium-dns_ynh.git
synced 2024-09-03 20:26:36 +02:00
Fix asset url
This commit is contained in:
parent
08a802b328
commit
dcb8a049c0
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/TechnitiumSoftware/DnsServer/archive/refs/tags/v12.2.1.tar.gz"
|
url = "https://download.technitium.com/dns/archive/12.2.1/DnsServerPortable.tar.gz"
|
||||||
sha256 = "5fff2e970cc62d71c6f7b25b7d7e44558d4272f91fc9eb4f1c67d5baee7ba272"
|
sha256 = "8119931c77107331884d445a58a51f7debeea396ae8cb032ce63dffba0d7e8b1"
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
# Careful, this autoupdate does not put the right asset, it only serves as a notification!
|
# Careful, this autoupdate does not put the right asset, it only serves as a notification!
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
Loading…
Reference in a new issue