comparison src/qscintilla.mk @ 4614:5e4c8c571527

qscintilla: update to v2.10.3 * src/qscintilla.mk: update version, checksum
author John Donoghue
date Mon, 05 Mar 2018 09:07:46 -0500
parents 0664d54897b4
children de2eedecd6ba
comparison
equal deleted inserted replaced
4613:4d39ccb64c08 4614:5e4c8c571527
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := qscintilla 4 PKG := qscintilla
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.10.2 6 $(PKG)_VERSION := 2.10.3
7 $(PKG)_CHECKSUM := 88956ae63a2cade5be1b1a6c6870963c96357505 7 $(PKG)_CHECKSUM := 8e5274013b3ca47c1f55a9021b2da3da3a1ca4d9
8 $(PKG)_SUBDIR := QScintilla_gpl-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := QScintilla_gpl-$($(PKG)_VERSION)
9 $(PKG)_FILE := QScintilla_gpl-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := QScintilla_gpl-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://sourceforge.net/projects/pyqt/files/QScintilla2/QScintilla-$($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := http://sourceforge.net/projects/pyqt/files/QScintilla2/QScintilla-$($(PKG)_VERSION)/$($(PKG)_FILE)
11 11
12 12