summaryrefslogtreecommitdiff
path: root/community/wt
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-02 10:21:33 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-02 10:21:33 +0100
commit7331003f023f979ab7ad98bdca0eceed11af5957 (patch)
treecd10099276da7590c6cdb28528442a4f7a889cf4 /community/wt
parent312d1a232de2133d8af1628d46782e70d07766e9 (diff)
parent35bd2bb6857eb818ca53b8fe34d88106133342f4 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/calf/PKGBUILD community/geany-plugins/PKGBUILD community/noip/PKGBUILD core/procps-ng/PKGBUILD
Diffstat (limited to 'community/wt')
-rw-r--r--community/wt/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD
index 1c4c18683..997aa4c13 100644
--- a/community/wt/PKGBUILD
+++ b/community/wt/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 79020 2012-10-29 05:20:29Z svenstaro $
+# $Id: PKGBUILD 79248 2012-11-01 18:27:55Z 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.2.3rc2
-_pkgver=3.2.3-rc2
+pkgver=3.2.3
+_pkgver=3.2.3
pkgrel=1
pkgdesc="a C++ library and application server for developing and deploying web applications"
arch=('i686' 'x86_64' 'mips64el')
@@ -26,7 +26,7 @@ optdepends=('openssl: for SSL support in built-in webserver'
'qt: for the Wt/Qt interopability example (wtwithqt)')
backup=('etc/wt/wt_config.xml')
source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
-md5sums=('64097d4d5fe346fe9a09f5789ec54598')
+md5sums=('58922ba5d68104880adbe2e022132fb5')
build() {
cd ${srcdir}/${pkgname}-${_pkgver}