Date: Monday, October 31, 2016 @ 20:14:18
  Author: guillaume
Revision: 279540

Use httpS in URL

Modified:
  apache-ant/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-10-31 18:32:05 UTC (rev 279539)
+++ PKGBUILD    2016-10-31 20:14:18 UTC (rev 279540)
@@ -7,7 +7,7 @@
 pkgver=1.9.7
 pkgrel=1
 arch=('any')
-url='http://ant.apache.org/'
+url='https://ant.apache.org/'
 license=('APACHE')
 makedepends=('java-environment' 'apache-ant' 'junit')
 
source=(https://www.apache.org/dist/ant/source/${pkgbase}-${pkgver}-src.tar.bz2{,.asc}

Reply via email to