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

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2020-02-18 18:22:17 +0300
committerGitHub <noreply@github.com>2020-02-18 18:22:17 +0300
commitbf72bda05cccc5b70de4541cc353335bbc0962a6 (patch)
tree0eab25f57b5a52b0212bfdf8d23b66a5dd0593bd
parent23374e3b631bd69b49134c6a9e7ed6f9ae0c9d6b (diff)
Bump gtk# to fix regression (#149)
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1055130
-rw-r--r--packages/gtk-sharp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gtk-sharp.py b/packages/gtk-sharp.py
index 68b3206..d7e525b 100644
--- a/packages/gtk-sharp.py
+++ b/packages/gtk-sharp.py
@@ -4,7 +4,7 @@ class GtkSharp212ReleasePackage (Package):
Package.__init__(self, 'gtk-sharp',
sources=['git://github.com/mono/gtk-sharp.git'],
git_branch='gtk-sharp-2-12-branch',
- revision='76a9a14ad72b75b66fdda12fab1532c2e5318cc5',
+ revision='a915b2c6726b99b58dd5c2ff79c6e825660f4416',
override_properties={
'configure': './bootstrap-2.12 --prefix=%{package_prefix}',
}