[arch-commits] Commit in tomcat6/trunk (PKGBUILD)
Guillaume Alaux
guillaume at archlinux.org
Wed Oct 26 16:22:03 UTC 2016
Date: Wednesday, October 26, 2016 @ 16:22:02
Author: guillaume
Revision: 279280
Add source file signature check
Modified:
tomcat6/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-26 16:15:01 UTC (rev 279279)
+++ PKGBUILD 2016-10-26 16:22:02 UTC (rev 279280)
@@ -16,12 +16,14 @@
etc/${pkgname}/tomcat-users.xml
etc/${pkgname}/web.xml)
install=${pkgname}.install
-source=(http://archive.apache.org/dist/tomcat/tomcat-6/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
+source=(https://www.apache.org/dist/tomcat/tomcat-6/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz{,.asc}
systemd_${pkgname}.service
systemd_sysusers.d_${pkgname}.conf
systemd_tmpfiles.d_${pkgname}.conf)
+validpgpkeys=('713DA88BE50911535FE716F5208B0AB1D63011C7')
sha256sums=('e7bcdf2037d813f487f4d98459dafdd55995ddb2f177c75ca1a3564aca309b77'
+ 'SKIP'
'df31fc3e41164bc7888516eebadb6f38fbbfe5882b8489928f8944237a3942a1'
'59307049dab88a7adeb3b0a8e5c77a6e5950b48482be09650d899222c521b589'
'07b9ff0686134b3256cda8b5253b91ba23f54b547640729e2382c3c12067ea80')
More information about the arch-commits
mailing list