Update to 0.105.0-3

This commit is contained in:
graysky
2021-02-11 07:42:24 -05:00
parent 85feae3ef0
commit 59f44b34ce
2 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.105.0
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.105.0
pkgrel=2
pkgrel=3
epoch=1
pkgdesc="Network-wide ads and trackers blocking DNS server"
arch=('x86_64')
@@ -21,7 +21,7 @@ b2sums=('032891fe925b288c8d0413d9eb68d9173dcb89a2ac5e42385995ed45075c2646e523a49
build(){
cd "$_pkgname-$pkgver"
make
make -j1
}
package() {