qtcreator: update to 4.9.0.

Closes: #11532 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Piotr Wójcik 2019-05-06 21:54:17 +02:00 committed by Jürgen Buchmüller
parent f8360af6db
commit 480405ddb2
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'qtcreator'
pkgname=qtcreator
version=4.8.2
revision=2
version=4.9.0
revision=1
wrksrc="qt-creator-opensource-src-${version}"
build_style=qmake
make_install_args="INSTALL_ROOT=\${DESTDIR}/usr"
@ -14,7 +14,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-3.0-only,QtCompany-GPL-Exception-1.0"
homepage="https://wiki.qt.io/Category:Tools::QtCreator"
distfiles="https://download.qt.io/official_releases/qtcreator/${version%.*}/${version}/${wrksrc}.tar.xz"
checksum=a8257daf39f6025c8523285dc73fd6b66645f3ff071e112b484325966eee0c92
checksum=46ee1992531b769450f8be96cf63520b609d7dd305df345d7cd8216ac396e6a8
nocross="clang in makedepends: at-spi2-atk-2.30.0_1: broken, unresolvable shlib 'ld-linux-armhf.so.3'"

View file

@ -1,2 +1,2 @@
site="http://www.qt.io/download-open-source/#section-2"
pattern='qt-creator-opensource-src-\K[\d]+\.[\d]+\.[\d]+'
site="https://code.qt.io/cgit/qt-creator/qt-creator.git/refs/"
pattern='tag/\?h=v\K[.0-9]+'