mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
scintilla: bump version.
This commit is contained in:
@@ -11,16 +11,16 @@ 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"
|
||||
SOURCE_URI="https://prdownloads.sf.net/scintilla/scintilla365.tgz"
|
||||
CHECKSUM_SHA256="922affface1bef7a09f3342136aa08fe8cb008ff6e5269d7437a0f57ec5cbfe8"
|
||||
SOURCE_URI_001="https://prdownloads.sf.net/scintilla/scintillahaiku365.tgz"
|
||||
CHECKSUM_SHA256_001="c9b0c495f1881914205d2bb6f4d05b7d56915399c2823a3021190e518175301e"
|
||||
SOURCE_URI="https://prdownloads.sf.net/scintilla/scintilla372.tgz"
|
||||
CHECKSUM_SHA256="7514a73eed8b6a7acf6693d4fabf3c9aedb40bc7b3fcec2681cee1b95ab2038a"
|
||||
SOURCE_URI_2="https://prdownloads.sf.net/scintilla/scintillahaiku372.tgz"
|
||||
CHECKSUM_SHA256_2="ced868900ec4a1c314f24fb32de6a62dfe1fe8b5093718ba1afdc2525b1343ce"
|
||||
SOURCE_DIR="scintilla"
|
||||
REVISION="1"
|
||||
LICENSE="Scintilla"
|
||||
COPYRIGHT="1998-2016 Neil Hodgson"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -50,7 +50,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p haiku
|
||||
cp -R ../../sources-001/haiku/ .
|
||||
cp -R $sourceDir2/haiku/ .
|
||||
cd haiku
|
||||
make $jobArgs
|
||||
}
|
||||
Reference in New Issue
Block a user