summaryrefslogtreecommitdiff
path: root/community/wt/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-01 03:41:51 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-01 03:41:51 +0000
commit8d64e04cb528732ef0844a120620acc64f9fbc41 (patch)
treed70f60b2bfc9767593a9c9430f7cfffd9d4c80c6 /community/wt/PKGBUILD
parent7cd564d1e9657febf970765ffd43fcee8abe7ff5 (diff)
Sun Jun 1 03:39:22 UTC 2014
Diffstat (limited to 'community/wt/PKGBUILD')
-rw-r--r--community/wt/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD
index 8d7cec83d..67ae5d3e2 100644
--- a/community/wt/PKGBUILD
+++ b/community/wt/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 107273 2014-03-16 03:10:55Z svenstaro $
+# $Id: PKGBUILD 112339 2014-05-31 16:37:12Z 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.2
-_pkgver=3.3.2
+pkgver=3.3.3
+_pkgver=3.3.3
pkgrel=1
pkgdesc="a C++ library and application server for developing and deploying web applications"
arch=('i686' 'x86_64')
@@ -21,7 +21,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=('dd061399c9b4366085619038f59a2e02')
+md5sums=('90211e80d0e14ef7ff2e3152380bd05d')
build() {
cd ${srcdir}/${pkgname}-${_pkgver}