treefrog-framework: update to 1.23.0.

This commit is contained in:
John 2019-01-06 13:19:32 +01:00 committed by John Zimmermann
parent 55ace58907
commit d9f22f563a
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'treefrog-framework'
pkgname=treefrog-framework
version=1.22.0
version=1.23.0
revision=1
build_wrksrc="src"
build_style=qmake
configure_args="shared_mongoc=1 header.path=/usr/include/treefrog"
build_wrksrc="src"
hostmakedepends="qt5-qmake"
makedepends="qt5-declarative-devel mongo-c-driver-devel"
short_desc="High-speed C++ MVC Framework for Web Application"
@ -12,7 +12,7 @@ maintainer="John <johnz@posteo.net>"
license="BSD-3-Clause"
homepage="http://www.treefrogframework.org/"
distfiles="https://github.com/treefrogframework/treefrog-framework/archive/v${version}.tar.gz"
checksum=0b9d79d0e17266ff603c1ff812289e8d2500d8f758d3c700ccc3aaad51e3751d
checksum=d1fad78445bc352a9b95a77b961407fbe0fab4c19da9a54ed50088b9b3a0c616
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-declarative-devel mongo-c-driver-devel"