comparison src/qscintilla.mk @ 3645:75a1f1a468b9

qscintilla: update to 2.8.3 * src/qscintilla.mk: update to v2.8.3.
author John Donoghue <john.donoghue@ieee.org>
date Sun, 06 Jul 2014 07:15:26 -0400
parents 62901e283b28
children d95b8b84cea7
comparison
equal deleted inserted replaced
3644:8b42d5795d5e 3645:75a1f1a468b9
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.8.2 6 $(PKG)_VERSION := 2.8.3
7 $(PKG)_CHECKSUM := cfb24bfec54ea869bc3a326b9a935fc25aea7bec 7 $(PKG)_CHECKSUM := d3b4f0dc7358591c122518d932f797ae3e3dd9d4
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 $(PKG)_DEPS := qt 11 $(PKG)_DEPS := qt
12 12