Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2020-01-16 23:49:21 +0300
committerGitHub <noreply@github.com>2020-01-16 23:49:21 +0300
commite4552f54fbdb3dba903fefe338cdc9998de5c8ed (patch)
treecc46537acb08f0cc19d5f482057eae89a64a08bc /packaging/MacSDK/xsp.py
parent61894d4a0745783372f3214f3bf4345d620fbc21 (diff)
Bump xsp to fix issues with removed Mono.Security APIs (#18478)
See https://github.com/mono/xsp/pull/88
Diffstat (limited to 'packaging/MacSDK/xsp.py')
-rw-r--r--packaging/MacSDK/xsp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/MacSDK/xsp.py b/packaging/MacSDK/xsp.py
index 8180001e336..c61d557123d 100644
--- a/packaging/MacSDK/xsp.py
+++ b/packaging/MacSDK/xsp.py
@@ -1,8 +1,8 @@
class XspPackage (GitHubTarballPackage):
def __init__(self):
- GitHubTarballPackage.__init__(self, 'mono', 'xsp', '4.4',
- 'c98e068f5647fb06ff2fbef7cd5f1b35417362b1',
+ GitHubTarballPackage.__init__(self, 'mono', 'xsp', '4.7',
+ '72b24c04c9246dc1005a3cd1a37398777613880d',
configure='./autogen.sh --prefix="%{package_prefix}"')
def install(self):