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