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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-05-20 18:44:05 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-05-21 12:38:15 +0300
commitca36fadab8e06719007c423c2e250f20393bed11 (patch)
tree6200adca5a62f8b4d142ce694aac03ff12566920
parentb3a54950a739bba4cd66b28f93445a4a40938b2e (diff)
Bump gtk-sharp2019-04
Brings in https://github.com/mono/gtk-sharp/pull/273 (cherry picked from commit ea42169ff7faf669b57241b43f3cedcb42e2f7c1)
-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 aa04cbd..1df3444 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='3faabd7bdce8f3e3e59f0ee945f4f36ea6d3e870',
+ revision='2e6bab50c5873674fa7da3102c36f182aa0baf34',
override_properties={
'configure': './bootstrap-2.12 --prefix=%{package_prefix}',
}