summaryrefslogtreecommitdiff
path: root/community/wt/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/wt/PKGBUILD')
-rw-r--r--community/wt/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD
index 47c8e9153..53cc6a2f7 100644
--- a/community/wt/PKGBUILD
+++ b/community/wt/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 93696 2013-07-08 13:32:56Z spupykin $
+# $Id: PKGBUILD 98707 2013-10-17 10:43:21Z svenstaro $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Denis Martinez <deuns.martinez@gmail.com>
pkgname=wt
-pkgver=3.3.0
-_pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+_pkgver=3.3.1
+pkgrel=1
pkgdesc="a C++ library and application server for developing and deploying web applications"
arch=('i686' 'x86_64')
url="http://www.webtoolkit.eu/"
@@ -24,7 +24,7 @@ optdepends=('openssl: for SSL support in built-in webserver'
'qt4: for the Wt/Qt interopability example (wtwithqt)')
backup=('etc/wt/wt_config.xml')
source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
-md5sums=('b2331942ad01c4fda376abf30c6a503a')
+md5sums=('3e93152c0ba3feb4ee687e7370b27552')
build() {
cd ${srcdir}/${pkgname}-${_pkgver}