Skip to content

Commit

Permalink
QScintilla: Raise version to 2.11.6, use beehive
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Dec 2, 2020
1 parent 3aa05af commit d45ac64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions QScintilla.be0
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION QScintilla-2.11.2-0
# BEE_VERSION QScintilla-2.11.6-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.)
Expand All @@ -9,7 +9,8 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="https://www.riverbankcomputing.com/static/Downloads/QScintilla/${PKGVERSION}/QScintilla_gpl-${PKGVERSION}.tar.gz"
#SRCURL[0]="https://www.riverbankcomputing.com/static/Downloads/QScintilla/${PKGVERSION}/QScintilla_gpl-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/343cd0c2c8b425518df2e51eb994fbc6/QScintilla-2.11.6.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down

0 comments on commit d45ac64

Please sign in to comment.