Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
wt
Commits:
56a2d7bd by Sven-Hendrik Haase at 2023-11-28T14:06:12+01:00
upgpkg: 4.10.2-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.10.1
+ pkgver = 4.10.2
pkgrel = 1
url = http://www.webtoolkit.eu/
arch = x86_64
@@ -31,9 +31,9 @@ pkgbase = wt
optdepends = sqlite: for Sqlite Dbo support
optdepends = mysql++: for the hangman example
backup = etc/wt/wt_config.xml
- source =
wt-4.10.1.tar.gz::https://github.com/kdeforche/wt/archive/4.10.1.tar.gz
+ source =
wt-4.10.2.tar.gz::https://github.com/kdeforche/wt/archive/4.10.2.tar.gz
source =
wt-207.patch::https://patch-diff.githubusercontent.com/raw/emweb/wt/pull/207.patch
- sha512sums =
cb90ce633b88adf49037ec8cbf8d38f83a746b7b2c21345a406b66fc035677f0d57ad80f25999ac8c42186b6ce7ed9d9d2d3cf8ee132a826007c200f4009363c
+ sha512sums =
39cbc84aec3485ac9a2350dc62b6efbb630b29d60acf7f4c707a5e6b7e9a3c07233639824c7703682628d4b39a19d9fc3e7bb0c34b9e97f2eb8e8e79515ea5e5
sha512sums =
808d0037d0d3c039488b00effb753dacbaa949430a99617c83fff94fe50a76a0984f0b56d1ba66f4cc5b3520357e04827470e8cf55f3d854a0fe8453fcc7ad06
pkgname = wt
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Denis Martinez <[email protected]>
pkgname=wt
-pkgver=4.10.1
+pkgver=4.10.2
pkgrel=1
pkgdesc="a C++ library and application server for developing and deploying web
applications"
arch=('x86_64')
@@ -22,7 +22,7 @@ optdepends=('openssl: for SSL support in built-in webserver'
backup=('etc/wt/wt_config.xml')
source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${pkgver}.tar.gz"
$pkgname-207.patch::https://patch-diff.githubusercontent.com/raw/emweb/wt/pull/207.patch)
-sha512sums=('cb90ce633b88adf49037ec8cbf8d38f83a746b7b2c21345a406b66fc035677f0d57ad80f25999ac8c42186b6ce7ed9d9d2d3cf8ee132a826007c200f4009363c'
+sha512sums=('39cbc84aec3485ac9a2350dc62b6efbb630b29d60acf7f4c707a5e6b7e9a3c07233639824c7703682628d4b39a19d9fc3e7bb0c34b9e97f2eb8e8e79515ea5e5'
'808d0037d0d3c039488b00effb753dacbaa949430a99617c83fff94fe50a76a0984f0b56d1ba66f4cc5b3520357e04827470e8cf55f3d854a0fe8453fcc7ad06')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wt/-/commit/56a2d7bd1b0f493bd395078b5894b9e1185b443d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wt/-/commit/56a2d7bd1b0f493bd395078b5894b9e1185b443d
You're receiving this email because of your account on gitlab.archlinux.org.