Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
tomcat9
Commits:
4786f3b6 by Maxime Gauduin at 2023-08-15T10:23:53+02:00
upgpkg: 9.0.79-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = tomcat9
pkgdesc = Open source implementation of the Java Servlet 4.0 and
JavaServer Pages 2.3 technologies
- pkgver = 9.0.78
+ pkgver = 9.0.79
pkgrel = 1
url = https://tomcat.apache.org/
install = tomcat9.install
@@ -21,7 +21,7 @@ pkgbase = tomcat9
backup = etc/tomcat9/server.xml
backup = etc/tomcat9/tomcat-users.xml
backup = etc/tomcat9/web.xml
- source =
git+https://github.com/apache/tomcat.git#tag=caf0baff34789335ae23a56337db252c2a578456
+ source =
git+https://github.com/apache/tomcat.git#tag=a4bbc1f1676932460f993653c04ec43a1e9e8c88
source = tomcat9.service
source = tomcat9.sysusers
source = tomcat9.tmpfiles
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Olli <[email protected]>
pkgname=tomcat9
-pkgver=9.0.78
+pkgver=9.0.79
pkgrel=1
pkgdesc='Open source implementation of the Java Servlet 4.0 and JavaServer
Pages 2.3 technologies'
arch=(any)
@@ -30,7 +30,7 @@ backup=(
etc/tomcat9/web.xml
)
install=tomcat9.install
-_tag=caf0baff34789335ae23a56337db252c2a578456
+_tag=a4bbc1f1676932460f993653c04ec43a1e9e8c88
source=(
git+https://github.com/apache/tomcat.git#tag=${_tag}
tomcat9.service
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tomcat9/-/commit/4786f3b6b52a3893f07336a3f8d0e20c03d13d3e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tomcat9/-/commit/4786f3b6b52a3893f07336a3f8d0e20c03d13d3e
You're receiving this email because of your account on gitlab.archlinux.org.