Date: Tuesday, December 26, 2017 @ 13:33:27
  Author: archange
Revision: 276107

Use https for upstream URL

Modified:
  getdns/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-12-26 13:32:59 UTC (rev 276106)
+++ PKGBUILD    2017-12-26 13:33:27 UTC (rev 276107)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="A modern asynchronous DNS API"
 arch=('x86_64')
-url="http://getdnsapi.net";
+url="https://getdnsapi.net";
 license=('BSD')
 depends=('libbsd' 'libev' 'libevent' 'libidn' 'libuv' 'libyaml' 'unbound')
 source=("${url}/dist/${pkgname}-${pkgver}.tar.gz"{,.asc})

Reply via email to