diff --git a/README.md b/README.md index 4b239b3..50324a7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -26,7 +26,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste disrupting their core function._ -**Shipped version:** 1.44.1~ynh1 +**Shipped version:** 1.44.3~ynh1 **Demo:** https://learn.netdata.cloud/docs/agent/demo-sites/ ## Documentation and resources @@ -49,4 +49,4 @@ or sudo yunohost app upgrade netdata -u https://github.com/YunoHost-Apps/netdata_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index fb28a0c..db27114 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -26,7 +26,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste disrupting their core function._ -**Version incluse :** 1.44.1~ynh1 +**Version incluse :** 1.44.3~ynh1 **Démo :** https://learn.netdata.cloud/docs/agent/demo-sites/ ## Documentations et ressources diff --git a/manifest.toml b/manifest.toml index 88d1ae5..869d83e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "NetData" description.en = "Real-time performance and health monitoring" description.fr = "Monitoring serveur en temps reel" -version = "1.44.1~ynh1" +version = "1.44.3~ynh1" maintainers = ["JimboJoe"] @@ -50,9 +50,10 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/netdata/netdata/releases/download/v1.44.1/netdata-v1.44.1.tar.gz" - sha256 = "77e94acf7085c23ab20b2d0d2d4d2bc5a289f121fc7aac5d0daffb960041fd95" + url = "https://github.com/netdata/netdata/releases/download/v1.44.3/netdata-v1.44.3.tar.gz" + sha256 = "50df30a9aaf60d550eb8e607230d982827e04194f7df3eba0e83ff7919270ad2" autoupdate.strategy = "latest_github_tag" + autoupdate.asset = "^netdata-v([0-9.]*)tar.gz$" [resources.system_user]