[arch-commits] Commit in tomcat7/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Apr 12 18:56:00 UTC 2019


    Date: Friday, April 12, 2019 @ 18:56:00
  Author: arojas
Revision: 350674

https

Modified:
  tomcat7/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-12 18:55:18 UTC (rev 350673)
+++ PKGBUILD	2019-04-12 18:56:00 UTC (rev 350674)
@@ -4,7 +4,7 @@
 pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 3.0 and JavaServer Pages 2.2 technologies'
 arch=('any')
-url='http://tomcat.apache.org/'
+url='https://tomcat.apache.org/'
 license=('APACHE')
 depends=('java-runtime>=6' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
 optdepends=('tomcat-native: to allow optimal performance in production environments')
@@ -16,7 +16,7 @@
         etc/${pkgname}/tomcat-users.xml
         etc/${pkgname}/web.xml)
 install=${pkgname}.install
-source=(http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz{,.asc}
+source=(https://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz{,.asc}
         systemd_${pkgname}.service
         systemd_sysusers.d_${pkgname}.conf
         systemd_tmpfiles.d_${pkgname}.conf)



More information about the arch-commits mailing list