mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
Merge pull request #68 from YunoHost-Apps/ci-auto-update-v0.107.15
Upgrade to version 0.107.15
This commit is contained in:
commit
e0e3897912
6 changed files with 9 additions and 9 deletions
|
@ -20,7 +20,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.14~ynh1 *(:warning: This is the `testing` branch. The [`master` branch](https://github.com/YunoHost-Apps/adguardhome_ynh/tree/master) used in the catalog is currently on version 0.107.13\~ynh1.)*
|
||||
**Shipped version:** 0.107.15~ynh1 *(:warning: This is the `ci-auto-update-v0.107.15` branch. The [`master` branch](https://github.com/YunoHost-Apps/adguardhome_ynh/tree/master) used in the catalog is currently on version 0.107.13\~ynh1.)*
|
||||
|
||||
|
||||
## Screenshots
|
||||
|
|
|
@ -20,7 +20,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.14~ynh1 *(:warning: Il s'agit de la branche `testing`. La [branche `master`](https://github.com/YunoHost-Apps/adguardhome_ynh/tree/master) utilisée dans le catalogue est actuellement en 0.107.13\~ynh1.)*
|
||||
**Version incluse :** 0.107.15~ynh1 *(:warning: Il s'agit de la branche `ci-auto-update-v0.107.15`. La [branche `master`](https://github.com/YunoHost-Apps/adguardhome_ynh/tree/master) utilisée dans le catalogue est actuellement en 0.107.13\~ynh1.)*
|
||||
|
||||
|
||||
## Captures d'écran
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.14/AdGuardHome_linux_amd64.tar.gz
|
||||
SOURCE_SUM=91fb40676b27bf7c6cad53eadf2e6e24ac19847b4d3bf5502f52c1879ca4fc30
|
||||
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.15/AdGuardHome_linux_amd64.tar.gz
|
||||
SOURCE_SUM=4672f8ac63ae09bdabab27978754facf20692709ec68141e37533110b33e5e9d
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.14/AdGuardHome_linux_arm64.tar.gz
|
||||
SOURCE_SUM=255cb67436467c7faf661349f78c2fa18637234b5003a09267f735ac18a4656c
|
||||
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.15/AdGuardHome_linux_arm64.tar.gz
|
||||
SOURCE_SUM=f609056d9e26096fd0a557b900ab7c44190c661845d8885b2f79d90b88ae4231
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.14/AdGuardHome_linux_armv7.tar.gz
|
||||
SOURCE_SUM=2c50f88e365ef384ee04902f597e0a14039ec788a0c689ead9ef46be734c9511
|
||||
SOURCE_URL=https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.15/AdGuardHome_linux_armv7.tar.gz
|
||||
SOURCE_SUM=bd8db67ecd4b03ebfa804fb0af0ac010726153c42ca1765cf3595fccad421d36
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=2
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Network-wide ads & trackers blocking DNS server",
|
||||
"fr": "Serveur DNS, bloqueur de publicités et trackers"
|
||||
},
|
||||
"version": "0.107.14~ynh1",
|
||||
"version": "0.107.15~ynh1",
|
||||
"url": "https://adguard.com/adguard-home.html",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue