summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e46e7a513e89..1235b377289a 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Aug 5 13:24:46 UTC 2016
+# Fri Aug 5 13:40:18 UTC 2016
pkgbase = fsharp
pkgdesc = The Open Edition of the F# compiler, core library and tools
- pkgver = 4.0.1.9
+ pkgver = 4.0.1.10
pkgrel = 1
url = http://fsharp.org/
arch = any
license = Apache
depends = mono>=4.0.3.20
- source = fsharp-4.0.1.9.tar.gz::https://github.com/fsharp/fsharp/archive/4.0.1.9.tar.gz
- md5sums = a6272ebbe9f4389e28b71a9d3feb56ed
+ source = fsharp-4.0.1.10.tar.gz::https://github.com/fsharp/fsharp/archive/4.0.1.10.tar.gz
+ md5sums = 0800e5073b32a561715bbfac2ca7ef76
pkgname = fsharp
diff --git a/PKGBUILD b/PKGBUILD
index f05455ba99c1..3b99aea33076 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=fsharp
-pkgver=4.0.1.9
+pkgver=4.0.1.10
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=('a6272ebbe9f4389e28b71a9d3feb56ed')
+md5sums=('0800e5073b32a561715bbfac2ca7ef76')
build() {
cd "$srcdir/$pkgname-$pkgver"