Update to 0.106.1-3

This commit is contained in:
graysky
2021-04-30 14:39:03 -04:00
parent a99861c6bb
commit be339c2836
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = adguardhome
pkgdesc = Network-wide ads and trackers blocking DNS server
pkgver = 0.106.1
pkgrel = 2
pkgrel = 3
epoch = 1
url = https://github.com/AdguardTeam/AdGuardHome
install = readme.install

View File

@@ -3,7 +3,7 @@
pkgname=adguardhome
_pkgname=AdGuardHome
pkgver=0.106.1
pkgrel=2
pkgrel=3
epoch=1
pkgdesc="Network-wide ads and trackers blocking DNS server"
arch=(x86_64 aarch64 armv7h armv6h)

View File

@@ -3,7 +3,7 @@ post_remove() {
>>> Optionally delete the adguardhome user and its home directory if you are
certain no processes are running under it:
userdel adguardhome && groupdel adguardhome && rm -rf /var/lib/adguardhome
rm -rf /var/lib/adguardhome
END
}