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