Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
wt
Commits:
1af625f7 by Sven-Hendrik Haase at 2026-03-02T21:13:17+01:00
upgpkg: 4.12.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = wt
pkgdesc = a C++ library and application server for developing and
deploying web applications
- pkgver = 4.12.3
+ pkgver = 4.12.4
pkgrel = 1
url = http://www.webtoolkit.eu/
arch = x86_64
@@ -31,7 +31,7 @@ pkgbase = wt
optdepends = sqlite: for Sqlite Dbo support
optdepends = mysql++: for the hangman example
backup = etc/wt/wt_config.xml
- source =
wt-4.12.3.tar.gz::https://github.com/emweb/wt/archive/4.12.3.tar.gz
- sha512sums =
120ea51e12fc8e65a26eb3ab6bca04d3db956ca28e945df21c8cb03b0da444bafd742313c8bb713a9d88083956b8c8109c599a254411dcae7da8b9975e7e73c1
+ source =
wt-4.12.4.tar.gz::https://github.com/emweb/wt/archive/4.12.4.tar.gz
+ sha512sums =
891522f89d3c14446d897e33f8d8cacdf105fd6ded6681d5fffe44c380f0fb22d20681fedbd5f576e32ea13edfeb1eaa4d4b88fa47968651fd93feb22d98eba6
pkgname = wt
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Denis Martinez <[email protected]>
pkgname=wt
-pkgver=4.12.3
+pkgver=4.12.4
pkgrel=1
pkgdesc="a C++ library and application server for developing and deploying web
applications"
arch=('x86_64')
@@ -21,7 +21,7 @@ optdepends=('openssl: for SSL support in built-in webserver'
'mysql++: for the hangman example')
backup=('etc/wt/wt_config.xml')
source=("$pkgname-$pkgver.tar.gz::https://github.com/emweb/wt/archive/${pkgver}.tar.gz")
-sha512sums=('120ea51e12fc8e65a26eb3ab6bca04d3db956ca28e945df21c8cb03b0da444bafd742313c8bb713a9d88083956b8c8109c599a254411dcae7da8b9975e7e73c1')
+sha512sums=('891522f89d3c14446d897e33f8d8cacdf105fd6ded6681d5fffe44c380f0fb22d20681fedbd5f576e32ea13edfeb1eaa4d4b88fa47968651fd93feb22d98eba6')
build() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wt/-/commit/1af625f7b92b932322c769162315f2a52d163eff
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wt/-/commit/1af625f7b92b932322c769162315f2a52d163eff
You're receiving this email because of your account on gitlab.archlinux.org.