We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e52ef6a + 0354912 commit 96f2d16Copy full SHA for 96f2d16
packaging/MacSDK/fsharp.py
@@ -2,8 +2,8 @@ class FsharpPackage(GitHubTarballPackage):
2
def __init__(self):
3
GitHubTarballPackage.__init__(self,
4
'fsharp', 'fsharp',
5
- '4.1.29',
6
- '1e9f26937cff8a22e8603c2176fab8100f03e6b1',
+ '4.1.32',
+ 'a8ec45a4a83e438ed99dc7721f263cb89a4ebe8b',
7
configure='./configure --prefix="%{package_prefix}"',
8
override_properties={ 'make': 'make' })
9
@@ -17,7 +17,7 @@ def prep(self):
17
self.sh('patch -p1 < "%{local_sources[' + str(p) + ']}"')
18
19
def build(self):
20
- self.sh('autoreconf')
+ self.sh('autoreconf')
21
Package.configure(self)
22
Package.make(self)
23
0 commit comments