scintilla: bump version.

This commit is contained in:
Kacper Kasper
2018-04-02 03:01:17 +02:00
parent cf6e44f028
commit b2257f3807

View File

@@ -11,14 +11,14 @@ choices are more open than with many editors, allowing the use of \
proportional fonts, bold and italics, multiple foreground and background \
colours and multiple fonts."
HOMEPAGE="http://scintilla.org"
COPYRIGHT="1998-2017 Neil Hodgson"
COPYRIGHT="1998-2018 Neil Hodgson"
LICENSE="Scintilla"
REVISION="2"
SOURCE_URI="https://prdownloads.sf.net/scintilla/scintilla376.tgz"
CHECKSUM_SHA256="c061b70549893e7a521a761255269fdc39806bdd7c6f140402b71e306f12e6ba"
SOURCE_URI_2="https://prdownloads.sf.net/scintilla/scintillahaiku3761.tgz"
CHECKSUM_SHA256_2="5d3bb8161b187f6b6d1f88de1385f220f4ad816a66139921dea4a66e0a97a703"
SOURCE_DIR="scintilla"
REVISION="1"
SOURCE_URI="https://prdownloads.sf.net/scintilla/scintilla380.tgz"
CHECKSUM_SHA256="730d89122ce0a41656290fa3e015fe6ca7304a44965de6aef07763455e5fd010"
SOURCE_URI_2="https://prdownloads.sf.net/scintilla/scintillahaiku380.tgz"
CHECKSUM_SHA256_2="1e38aeb0fd285ba764cbdfd27e7fe4e3771407e4957017cd58b3c1e205e9c6a0"
SOURCE_DIR="scintilla${portVersion//\./}"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -63,6 +63,7 @@ INSTALL()
mkdir -p $INCLUDE_DIR
cp -a bin/scintilla.a $libDir/libscintilla.a
cp include/ILoader.h $INCLUDE_DIR
cp include/*Lexer.h $INCLUDE_DIR
cp include/Sci_Position.h $INCLUDE_DIR
cp include/Scintilla.h $INCLUDE_DIR