Date: Tuesday, August 11, 2020 @ 15:53:15 Author: foxboron Revision: 674549
upgpkg: dns-over-https 2.2.2-1 Modified: dns-over-https/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-11 15:45:46 UTC (rev 674548) +++ PKGBUILD 2020-08-11 15:53:15 UTC (rev 674549) @@ -4,8 +4,8 @@ # Contributor: Ariel AxionL <i [at] axionl [dot] me> pkgname=dns-over-https -pkgver=2.2.1 -pkgrel=3 +pkgver=2.2.2 +pkgrel=1 pkgdesc="Client and server software to query DNS over HTTPS, using Google DNS-over-HTTPS protocol" url="https://github.com/m13253/dns-over-https" arch=('x86_64') @@ -15,7 +15,7 @@ provides=('dns-over-https-client' 'dns-over-https-server') makedepends=('go' 'git') source=("$pkgname-$pkgver.tar.gz::https://github.com/m13253/dns-over-https/archive/v$pkgver.tar.gz") -sha256sums=('49cf259a4756950d1653126b2609d2c713782aab8194915c4be11bf0017ba4f0') +sha256sums=('78785dae932f68a318edda2bea8f688bf1a399d75f8a40dfefc262dfe3de9eb3') prepare(){ cd "$pkgname-$pkgver"
