summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f794d4342fd..b5bebe76e411 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Tobias Kieslich <tobias@justdreams.de>
pkgname=mod_mono
-pkgver=3.12
-pkgrel=2
+pkgver=3.13
+pkgrel=1
pkgdesc="The mono module to make ASP.NET running on top of apache"
arch=('i686' 'x86_64')
url="http://www.go-mono.com"
license=('APACHE')
source=(http://download.mono-project.com/sources/mod_mono/${pkgname}-${pkgver}.tar.gz)
depends=('apache' 'xsp')
-md5sums=('bb99d807ce32040370360fae4996f967')
+sha256sums=('c3657b77dad57cb13e96998ca5b61e0e59412423657240d15a354a9b21dcaf8a')
build() {
cd ${srcdir}/${pkgname}-${pkgver}