summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 172c0be82947..6f539ada9200 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=fsharp
-pkgver=4.0.1.0
+pkgver=4.0.1.1
pkgrel=1
pkgdesc="The Open Edition of the F# compiler, core library and tools"
arch=('any')
@@ -10,7 +10,7 @@ url="http://fsharp.org/"
license=('Apache')
depends=('mono>=4.0.3.20')
source=($pkgname-$pkgver.tar.gz::https://github.com/fsharp/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('c2e67771dfcfa571678d9e20a7eca055')
+md5sums=('2dd3cc2cf130615bc79ceb1b93141e2b')
build() {
cd "$srcdir/$pkgname-$pkgver"