Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
wt
Commits:
edaba531 by Sven-Hendrik Haase at 2026-03-05T10:38:44+01:00
upgpkg: 4.12.5-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.4
+ pkgver = 4.12.5
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.4.tar.gz::https://github.com/emweb/wt/archive/4.12.4.tar.gz
- sha512sums =
891522f89d3c14446d897e33f8d8cacdf105fd6ded6681d5fffe44c380f0fb22d20681fedbd5f576e32ea13edfeb1eaa4d4b88fa47968651fd93feb22d98eba6
+ source =
wt-4.12.5.tar.gz::https://github.com/emweb/wt/archive/4.12.5.tar.gz
+ sha512sums =
d150d16eb5a464153436efdf970500c57122c7910faae3c35580026f7c78edfa32ac96c21a9e53cac6103b6f54d36f2baea295187f3026c4efe42d4e6fcb0afc
pkgname = wt
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Denis Martinez <[email protected]>
pkgname=wt
-pkgver=4.12.4
+pkgver=4.12.5
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=('891522f89d3c14446d897e33f8d8cacdf105fd6ded6681d5fffe44c380f0fb22d20681fedbd5f576e32ea13edfeb1eaa4d4b88fa47968651fd93feb22d98eba6')
+sha512sums=('d150d16eb5a464153436efdf970500c57122c7910faae3c35580026f7c78edfa32ac96c21a9e53cac6103b6f54d36f2baea295187f3026c4efe42d4e6fcb0afc')
build() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wt/-/commit/edaba5319b245e246557bd36bdc1ed1e86bb342e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wt/-/commit/edaba5319b245e246557bd36bdc1ed1e86bb342e
You're receiving this email because of your account on gitlab.archlinux.org.