From 992ee3c02f030f5d4809a78cb039a56c26be5176 Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 8 Aug 2022 12:43:07 +0200 Subject: [PATCH] QScintilla: update to pre-2.13.4 The API definitions for Python 3.10 and 3.11 where missing in version 2.13.3. What would hamper Python updates, therefore an interim update. --- QScintilla.be0 | 4 ++-- QScintilla_designer_plugin.be0 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/QScintilla.be0 b/QScintilla.be0 index 030510c8a..63127dbce 100755 --- a/QScintilla.be0 +++ b/QScintilla.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION QScintilla-2.13.3-0 +# BEE_VERSION QScintilla-2.13.4.dev2206171421-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -10,7 +10,7 @@ ## downloaded. Version variables may be used to simplify reuse of this bee-file. #SRCURL[0]="https://www.riverbankcomputing.com/static/Downloads/QScintilla/${PKGVERSION}/QScintilla_src-${PKGVERSION}.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/af0dab4ff9908e0d41934aff6ce2348d/QScintilla_src-2.13.3.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/d196ebd441f40474dd7732d4d492de69/QScintilla_src-2.13.4.dev2206171421.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. diff --git a/QScintilla_designer_plugin.be0 b/QScintilla_designer_plugin.be0 index 1e1a19a49..44422a56f 100755 --- a/QScintilla_designer_plugin.be0 +++ b/QScintilla_designer_plugin.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION QScintilla_designer_plugin-2.13.3-0 +# BEE_VERSION QScintilla_designer_plugin-2.13.4.dev2206171421-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -10,7 +10,7 @@ ## downloaded. Version variables may be used to simplify reuse of this bee-file. #SRCURL[0]="https://www.riverbankcomputing.com/static/Downloads/QScintilla/${PKGVERSION}/QScintilla_src-${PKGVERSION}.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/af0dab4ff9908e0d41934aff6ce2348d/QScintilla_src-2.13.3.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/d196ebd441f40474dd7732d4d492de69/QScintilla_src-2.13.4.dev2206171421.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.