summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Gilio2018-09-06 12:04:25 -0500
committerBrett Gilio2018-09-06 12:04:25 -0500
commit2b9f78bf5233466db12f79e89e5b81e9e33e4f10 (patch)
tree96737f1dadcf0d9be1def97514cd0f36598d872d
parent92ef9de2f3c070d3d3e256b7233f2a937a1ad9bf (diff)
downloadaur-2b9f78bf5233466db12f79e89e5b81e9e33e4f10.tar.gz
Release of 4.5.0
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 320ec7b7b906..2078ce7e4d4e 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = fsharp
pkgdesc = The F# Compiler, Core Library & Tools (F# Software Foundation Repository)
- pkgver = 4.5_pre
- pkgrel = 3
+ pkgver = 4.5.0
+ pkgrel = 1
url = http://fsharp.org/
arch = any
license = MIT
makedepends = git
depends = mono
depends = msbuild-stable
- source = git+https://github.com/fsharp/fsharp/#commit=32505e2035ebf3ae3267c1eb2afad8800a7106f8
+ source = git+https://github.com/fsharp/fsharp/#commit=3de387432de8d11a89f99d1af87aa9ce194fe21b
sha256sums = SKIP
pkgname = fsharp
diff --git a/PKGBUILD b/PKGBUILD
index b5278a1d5694..867072b882e7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=fsharp
-pkgver=4.5_pre
-pkgrel=3
+pkgver=4.5.0
+pkgrel=1
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=32505e2035ebf3ae3267c1eb2afad8800a7106f8 # tags/4.5_pre
+_commit=3de387432de8d11a89f99d1af87aa9ce194fe21b # tags/4.5.0
source=("git+https://github.com/fsharp/fsharp/#commit=$_commit")
sha256sums=('SKIP')