Date: Saturday, January 23, 2021 @ 00:17:37 Author: spupykin Revision: 825434
upgpkg: gdnsd 3.5.0-1 Modified: gdnsd/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-23 00:13:46 UTC (rev 825433) +++ PKGBUILD 2021-01-23 00:17:37 UTC (rev 825434) @@ -2,8 +2,8 @@ # Contributor: Daichi Shinozaki <[email protected]> pkgname=gdnsd -pkgver=3.0.0 -pkgrel=2 +pkgver=3.5.0 +pkgrel=1 pkgdesc="an Authoritative-only DNS server which does geographic balancing, redirection, weighting, and service-state-conscious failover at the DNS layer" arch=('x86_64') url="https://gdnsd.org/" @@ -13,7 +13,7 @@ checkdepends=('perl-socket6' 'perl-io-socket-inet6' 'perl-http-daemon' 'perl-libwww' 'perl-net-dns') source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz" gdnsd.sysusers) -md5sums=('d733929703b963b77964669c5ce6d2d6' +md5sums=('0e8711f5b526384c2d8c02829046aaca' '046488b1a1b36294a2a559aacbe71782') prepare() {
