summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2b390b63aca..a76aa56e0feb 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = fsharp
pkgdesc = The F# Compiler, Core Library & Tools (F# Software Foundation Repository)
- pkgver = 4.1.34
- pkgrel = 1
+ pkgver = 4.10.0
+ pkgrel = 2
url = http://fsharp.org/
arch = any
license = MIT
makedepends = git
depends = mono
depends = msbuild-stable
- source = git+https://github.com/fsharp/fsharp/#commit=662492595a63dffff8fac84939614743fd6d34f9
+ source = git+https://github.com/fsharp/fsharp/#commit=76d5288b0b54e20b14a1bf5ca8eb0e9193c5485c
sha256sums = SKIP
pkgname = fsharp
diff --git a/PKGBUILD b/PKGBUILD
index 97dcbc6ed478..b2b64f4c2681 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=fsharp
-pkgver=4.1.34
-pkgrel=1
+pkgver=4.10.0
+pkgrel=2
pkgdesc="The F# Compiler, Core Library & Tools (F# Software Foundation Repository)"
arch=('any')
url="http://fsharp.org/"
license=('MIT')
depends=('mono' 'msbuild-stable')
makedepends=(git)
-_commit=662492595a63dffff8fac84939614743fd6d34f9 # tags/4.1.34
+_commit=76d5288b0b54e20b14a1bf5ca8eb0e9193c5485c # tags/4.10.0
source=("git+https://github.com/fsharp/fsharp/#commit=$_commit")
sha256sums=('SKIP')