summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzulu2017-10-18 09:53:19 +0200
committerzulu2017-10-18 09:53:19 +0200
commit756ccbd7eb3c5becc20765e08f3fcce5899c38af (patch)
tree50f8c8c36ff7cd93e8353b4b04537f40d5ff08dc /PKGBUILD
parentedd9d318c99fda26ba55f97e31bd3cae21a59ab8 (diff)
downloadaur-756ccbd7eb3c5becc20765e08f3fcce5899c38af.tar.gz
update to latest alpha version
Signed-off-by: zulu <aur@netz-mafia.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc0ec1d812b6..f69ce1bce68d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mono-alpha
_pkgname=mono
-pkgver=5.4.0.199
+pkgver=5.4.0.201
pkgrel=1
pkgdesc="Free implementation of the .NET platform including runtime and compiler. Alpha version."
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ conflicts=('monodoc' 'mono')
replaces=('mono' 'monodoc')
source=(https://download.mono-project.com/sources/mono/${_pkgname}-${pkgver}.tar.bz2
mono.binfmt.d)
-md5sums=('7b2b9284922d311c75bda4c519ac7c1e'
+md5sums=('c61f35870498a991f63ba7f1065846cd'
'b9ef8a65fea497acf176cca16c1e2402')
install="mono.install"