summaryrefslogtreecommitdiff
path: root/extra/virtuoso/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/virtuoso/PKGBUILD')
-rw-r--r--extra/virtuoso/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/virtuoso/PKGBUILD b/extra/virtuoso/PKGBUILD
index 50da41a39..e64e3085f 100644
--- a/extra/virtuoso/PKGBUILD
+++ b/extra/virtuoso/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id $
+# $Id: PKGBUILD 119933 2011-04-17 01:32:48Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Massimiliano Torromeo <massimiliano DOT torromeo AT google mail service>
pkgname=virtuoso
-pkgver=6.1.2
+pkgver=6.1.3
pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
pkgdesc='A scalable cross-platform server that combines SQL/RDF/XML Data Management with Web Application Server and Web Services Platform functionality'
@@ -13,7 +13,7 @@ depends=('openssl')
makedepends=('bison' 'flex')
options=('!libtool' '!makeflags')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-opensource-${pkgver}.tar.gz")
-md5sums=('0519e1f104428e0c8b25fad89e3c57ef')
+md5sums=('7d4b0497411ff1c34d7ca247618cdd17')
build() {
cd ${srcdir}/${pkgname}-opensource-${pkgver}