diff --git a/README.md b/README.md index 2f63af6..223f82b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ AdGuard Home is a network-wide software for blocking ads & tracking. After you s It operates as a DNS server that re-routes tracking domains to a "black hole", thus preventing your devices from connecting to those servers. It's based on software we use for our public AdGuard DNS servers -- both share a lot of common code. -**Shipped version:** 0.107.39~ynh1 +**Shipped version:** 0.107.40~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 22b4118..0b281cb 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ AdGuard Home est un logiciel à l'échelle du réseau pour bloquer les publicit Il fonctionne comme un serveur DNS qui redirige les domaines de pistage vers un "trou noir", empêchant ainsi vos appareils de se connecter à ces serveurs. Il est basé sur un logiciel que nous utilisons pour nos serveurs DNS publics AdGuard - les deux partagent beaucoup de code commun. -**Version incluse :** 0.107.39~ynh1 +**Version incluse :** 0.107.40~ynh1 ## Captures d’écran diff --git a/conf/amd64.src b/conf/amd64.src index 831a95a..d0ae72c 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.39/AdGuardHome_linux_amd64.tar.gz -SOURCE_SUM=4d715426773fd15caccbfc8ec4517b4cfa2e4a78ee82c51ce1f92b34618e8e4c +SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.40/AdGuardHome_linux_amd64.tar.gz +SOURCE_SUM=576b6d12eb3c4092ea316b7f03d1531b6d5292fa41908c4a393ef60b4a8d1192 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=2 diff --git a/conf/arm64.src b/conf/arm64.src index cbc7185..b801682 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.39/AdGuardHome_linux_arm64.tar.gz -SOURCE_SUM=e909892f9cca99d6c81df42cd3cc216d8c38e0b7d2af4c56d907441e76aeb168 +SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.40/AdGuardHome_linux_arm64.tar.gz +SOURCE_SUM=6f5e8385016788102f6ff0e0505020f822dec0f13b102eefa5c06413e4912963 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=2 diff --git a/conf/armhf.src b/conf/armhf.src index 949ed84..c8a0312 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.39/AdGuardHome_linux_armv7.tar.gz -SOURCE_SUM=5f6a02e2901f3e49c9e6ba72f47d1817059b2de08992ce3fb5bf79509786e860 +SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.40/AdGuardHome_linux_armv7.tar.gz +SOURCE_SUM=1380d456035a540ddbfcdc3713cc8cba9702f2f685b5621fb64bb1dffdd66fa3 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=2 diff --git a/manifest.json b/manifest.json index eef81b7..b02748d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Network-wide ads & trackers blocking DNS server", "fr": "Serveur DNS, bloqueur de publicités et trackers" }, - "version": "0.107.39~ynh1", + "version": "0.107.40~ynh1", "url": "https://adguard.com/adguard-home.html", "upstream": { "license": "GPL-3.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index 11a54a8..e64c6cc 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -# dependencies used by the app +# dependencies used by the scripts (generating password and processing IPs) pkg_dependencies="python3-bcrypt python3-yaml" #=================================================