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>2019-08-13 13:12:22 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-08-13 13:12:22 +0300
commitb60aaea7912839e5d343ad2bd3fde0a5c35704c1 (patch)
treea30172d170f1c1b854934782512ba9e09b43fca0 /packaging
parentc36f0a126ecb41ba44bb57e098cb6cece8124d68 (diff)
[pkg] Bump libgdiplus to 6.0.2
Diffstat (limited to 'packaging')
-rw-r--r--packaging/MacSDK/libgdiplus.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/MacSDK/libgdiplus.py b/packaging/MacSDK/libgdiplus.py
index 86c3298c6f8..40ef4fcb6aa 100644
--- a/packaging/MacSDK/libgdiplus.py
+++ b/packaging/MacSDK/libgdiplus.py
@@ -1,8 +1,8 @@
GitHubTarballPackage(
'mono',
'libgdiplus',
- '6.0.1',
- '5bc2f73373cb879e1c78c91fe4bf63f3893f8714',
+ '6.0.2',
+ '35ae5341c2326c44e26058ca90b12303bb9b1da0',
configure='CFLAGS="%{gcc_flags} %{local_gcc_flags} -I/opt/X11/include" ./autogen.sh --prefix="%{package_prefix}"',
override_properties={
'make': 'C_INCLUDE_PATH="" make'})