Skip to content

Commit 96f2d16

Browse files
authored
Merge pull request mono#6970 from dsyme/patch-1
Bump F# mono version to 4.1.32
2 parents e52ef6a + 0354912 commit 96f2d16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packaging/MacSDK/fsharp.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class FsharpPackage(GitHubTarballPackage):
22
def __init__(self):
33
GitHubTarballPackage.__init__(self,
44
'fsharp', 'fsharp',
5-
'4.1.29',
6-
'1e9f26937cff8a22e8603c2176fab8100f03e6b1',
5+
'4.1.32',
6+
'a8ec45a4a83e438ed99dc7721f263cb89a4ebe8b',
77
configure='./configure --prefix="%{package_prefix}"',
88
override_properties={ 'make': 'make' })
99

@@ -17,7 +17,7 @@ def prep(self):
1717
self.sh('patch -p1 < "%{local_sources[' + str(p) + ']}"')
1818

1919
def build(self):
20-
self.sh('autoreconf')
20+
self.sh('autoreconf')
2121
Package.configure(self)
2222
Package.make(self)
2323

0 commit comments

Comments
 (0)