comparison src/qscintilla.mk @ 4054:f6cee5e12b55

qscintilla: update to v2.9.1 * src/qscintilla.mk: update version, checksum
author John D
date Sun, 25 Oct 2015 20:12:45 -0400
parents 774f488e33cd
children 6616bddf55fb
comparison
equal deleted inserted replaced
4053:19f18c78f72b 4054:f6cee5e12b55
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.9 6 $(PKG)_VERSION := 2.9.1
7 $(PKG)_CHECKSUM := de807f026ac47d4e9472836c73ab8b8039716c37 7 $(PKG)_CHECKSUM := 63f367af50fd73a8815e4ff4596932c7dad12e41
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